diff options
author | Markus Meier <maekke@gentoo.org> | 2014-06-24 19:22:20 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-06-24 19:22:20 +0000 |
commit | b9f2b1bd8722f4bed4fc9a163111ecc6a80f9015 (patch) | |
tree | 18c7c6e35272633e762304a3c2a251cdbc2e6423 /dev-libs/libconfig | |
parent | add ~arm, bug #512546 (diff) | |
download | gentoo-2-b9f2b1bd8722f4bed4fc9a163111ecc6a80f9015.tar.gz gentoo-2-b9f2b1bd8722f4bed4fc9a163111ecc6a80f9015.tar.bz2 gentoo-2-b9f2b1bd8722f4bed4fc9a163111ecc6a80f9015.zip |
add ~arm, bug #512550
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-libs/libconfig')
-rw-r--r-- | dev-libs/libconfig/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libconfig/libconfig-1.4.9-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libconfig/ChangeLog b/dev-libs/libconfig/ChangeLog index 95e2ea8a66e5..1d42eb6bdcb6 100644 --- a/dev-libs/libconfig/ChangeLog +++ b/dev-libs/libconfig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libconfig # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libconfig/ChangeLog,v 1.61 2014/04/30 18:26:14 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libconfig/ChangeLog,v 1.62 2014/06/24 19:22:20 maekke Exp $ + + 24 Jun 2014; Markus Meier <maekke@gentoo.org> libconfig-1.4.9-r1.ebuild: + add ~arm, bug #512550 30 Apr 2014; Michał Górny <mgorny@gentoo.org> libconfig-1.4.9-r1.ebuild: Use multilib_src_*() phases. Fix missing eautoreconf deps. diff --git a/dev-libs/libconfig/libconfig-1.4.9-r1.ebuild b/dev-libs/libconfig/libconfig-1.4.9-r1.ebuild index e6707e12c678..23750fa0219c 100644 --- a/dev-libs/libconfig/libconfig-1.4.9-r1.ebuild +++ b/dev-libs/libconfig/libconfig-1.4.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libconfig/libconfig-1.4.9-r1.ebuild,v 1.8 2014/04/30 18:26:14 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libconfig/libconfig-1.4.9-r1.ebuild,v 1.9 2014/06/24 19:22:20 maekke Exp $ EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="http://www.hyperrealm.com/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~mips ppc ppc64 sparc x86 ~x86-linux" +KEYWORDS="amd64 ~arm ~mips ppc ppc64 sparc x86 ~x86-linux" IUSE="+cxx examples static-libs" DEPEND=" |