diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-02-12 12:03:47 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-02-12 12:03:47 +0300 |
commit | cac31ba53962a8031754eb402f2fa58e5010568b (patch) | |
tree | 0f68921687953679bf9baa57e551975673e64e1e /dev-util/pkgconf | |
parent | sys-apps/pcsc-lite: amd64 stable wrt bug #677416 (diff) | |
download | gentoo-cac31ba53962a8031754eb402f2fa58e5010568b.tar.gz gentoo-cac31ba53962a8031754eb402f2fa58e5010568b.tar.bz2 gentoo-cac31ba53962a8031754eb402f2fa58e5010568b.zip |
dev-util/pkgconf: arm 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/pkgconf')
-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 bdfa51ea1542..af86f72edda1 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 |