diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-02-05 21:13:06 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-02-05 21:13:06 -0800 |
commit | c9d13c02130bd52402ffed754777b58a0fe659ac (patch) | |
tree | 9e11efc0ec094ccb87365ad5e7a0a98baa49704c /dev-util/pkgconf | |
parent | dev-util/pkgconf-1.5.4: alpha stable, bug 677240 (diff) | |
download | gentoo-c9d13c02130bd52402ffed754777b58a0fe659ac.tar.gz gentoo-c9d13c02130bd52402ffed754777b58a0fe659ac.tar.bz2 gentoo-c9d13c02130bd52402ffed754777b58a0fe659ac.zip |
dev-util/pkgconf-1.5.4: ia64 stable, bug 677240
Signed-off-by: Matt Turner <mattst88@gentoo.org>
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 f80269b09ba7..0693b3b3de03 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 |