diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-24 19:56:54 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-24 19:56:54 +0000 |
commit | 2b829d3cbe0bd889c2015f0ce0a46b16925e7761 (patch) | |
tree | 1a9355eeb24480ab601b97e83d0baa63590b9a8a /dev-libs/libconfig | |
parent | Stable for ppc64, wrt bug #470388 (diff) | |
download | gentoo-2-2b829d3cbe0bd889c2015f0ce0a46b16925e7761.tar.gz gentoo-2-2b829d3cbe0bd889c2015f0ce0a46b16925e7761.tar.bz2 gentoo-2-2b829d3cbe0bd889c2015f0ce0a46b16925e7761.zip |
Stable for ppc64, wrt bug #470392
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
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 42b77409f048..fbe9fbd1b0d0 100644 --- a/dev-libs/libconfig/ChangeLog +++ b/dev-libs/libconfig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libconfig # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libconfig/ChangeLog,v 1.57 2013/05/20 12:46:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libconfig/ChangeLog,v 1.58 2013/05/24 19:56:54 ago Exp $ + + 24 May 2013; Agostino Sarubbo <ago@gentoo.org> libconfig-1.4.9-r1.ebuild: + Stable for ppc64, wrt bug #470392 20 May 2013; Agostino Sarubbo <ago@gentoo.org> libconfig-1.4.9-r1.ebuild: Stable for ppc, wrt bug #470392 diff --git a/dev-libs/libconfig/libconfig-1.4.9-r1.ebuild b/dev-libs/libconfig/libconfig-1.4.9-r1.ebuild index 5c3b14d494f6..8c2378c0338e 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-2013 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.5 2013/05/20 12:46:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libconfig/libconfig-1.4.9-r1.ebuild,v 1.6 2013/05/24 19:56:54 ago Exp $ EAPI=5 inherit eutils autotools-multilib @@ -11,7 +11,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 ~mips ppc ppc64 ~sparc x86 ~x86-linux" IUSE="+cxx examples static-libs" DEPEND=" |