diff options
author | 2019-02-12 12:04:38 +0300 | |
---|---|---|
committer | 2019-02-12 12:04:38 +0300 | |
commit | d4d802ec0e6f6181de13a4a937c9692f8943aee2 (patch) | |
tree | e216fe3a53a06d6d602f0d891edec74b730d9bb5 /dev-util | |
parent | dev-util/pkgconf: arm stable wrt bug #677240 (diff) | |
download | gentoo-d4d802ec0e6f6181de13a4a937c9692f8943aee2.tar.gz gentoo-d4d802ec0e6f6181de13a4a937c9692f8943aee2.tar.bz2 gentoo-d4d802ec0e6f6181de13a4a937c9692f8943aee2.zip |
dev-util/pkgconf: s390 stable wrt bug #677240
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/pkgconf/pkgconf-1.5.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/pkgconf/pkgconf-1.5.4.ebuild b/dev-util/pkgconf/pkgconf-1.5.4.ebuild index af86f72edda1..c6abd685257a 100644 --- a/dev-util/pkgconf/pkgconf-1.5.4.ebuild +++ b/dev-util/pkgconf/pkgconf-1.5.4.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} == "9999" ]] ; then inherit autotools git-r3 else SRC_URI="http://distfiles.dereferenced.org/${PN}/${P}.tar.xz" - KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86" + KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86" fi inherit multilib-minimal |