diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-07-11 08:50:41 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-07-11 08:50:41 +0100 |
commit | cd65b3bddfb068ae8a8308e7a35e6ccb66dce6d8 (patch) | |
tree | 63678d68c9512a75460db1c5df34fa53e1ec6219 /dev-libs/libconfig | |
parent | dev-libs/dbus-c++: ia64 keyworded, bug #622718 (diff) | |
download | gentoo-cd65b3bddfb068ae8a8308e7a35e6ccb66dce6d8.tar.gz gentoo-cd65b3bddfb068ae8a8308e7a35e6ccb66dce6d8.tar.bz2 gentoo-cd65b3bddfb068ae8a8308e7a35e6ccb66dce6d8.zip |
dev-libs/libconfig: ia64 keyworded, bug #622718
Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --include-arches="ia64"
Diffstat (limited to 'dev-libs/libconfig')
-rw-r--r-- | dev-libs/libconfig/libconfig-1.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libconfig/libconfig-1.5.ebuild b/dev-libs/libconfig/libconfig-1.5.ebuild index 084758094b6e..85bf59853796 100644 --- a/dev-libs/libconfig/libconfig-1.5.ebuild +++ b/dev-libs/libconfig/libconfig-1.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="http://www.hyperrealm.com/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~arm ~mips ppc ppc64 sparc x86 ~x86-linux" +KEYWORDS="amd64 ~arm ~ia64 ~mips ppc ppc64 sparc x86 ~x86-linux" IUSE="+cxx examples static-libs" DEPEND=" |