diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-08-31 13:24:29 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-08-31 13:24:29 +0100 |
commit | 1cecae0f2e70664214c80ea43e30e909df4cdb3b (patch) | |
tree | fc6836ae1a2283380e0204f783324709d0bef1a1 /dev-util/pkgconf | |
parent | dev-embedded/openocd: fix dostrip argument (drop ${ED}) (diff) | |
download | gentoo-1cecae0f2e70664214c80ea43e30e909df4cdb3b.tar.gz gentoo-1cecae0f2e70664214c80ea43e30e909df4cdb3b.tar.bz2 gentoo-1cecae0f2e70664214c80ea43e30e909df4cdb3b.zip |
dev-util/pkgconf: stable 1.6.3 for ia64, bug #693110
Package-Manager: Portage-2.3.73, Repoman-2.3.17
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-util/pkgconf')
-rw-r--r-- | dev-util/pkgconf/pkgconf-1.6.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/pkgconf/pkgconf-1.6.3.ebuild b/dev-util/pkgconf/pkgconf-1.6.3.ebuild index ec877cc44a97..1b4f39c5d7ae 100644 --- a/dev-util/pkgconf/pkgconf-1.6.3.ebuild +++ b/dev-util/pkgconf/pkgconf-1.6.3.ebuild @@ -11,7 +11,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 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86" fi DESCRIPTION="pkg-config compatible replacement with no dependencies other than ANSI C89" |