diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2012-12-19 09:37:16 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2012-12-19 09:37:16 +0000 |
commit | 8998c394f6da90e59eee8082948e300b33e574e0 (patch) | |
tree | 30a9f603637eb7df40e853e8d19b8013c7888ee5 | |
parent | QA: use prune_libtool_files instead of manual removing *.la files (diff) | |
download | gentoo-2-8998c394f6da90e59eee8082948e300b33e574e0.tar.gz gentoo-2-8998c394f6da90e59eee8082948e300b33e574e0.tar.bz2 gentoo-2-8998c394f6da90e59eee8082948e300b33e574e0.zip |
Stable on amd64, wrt bug #447744
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
-rw-r--r-- | dev-libs/libconfig/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libconfig/libconfig-1.4.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libconfig/ChangeLog b/dev-libs/libconfig/ChangeLog index 4e14ca01cc71..f7042519e7b3 100644 --- a/dev-libs/libconfig/ChangeLog +++ b/dev-libs/libconfig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libconfig # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libconfig/ChangeLog,v 1.45 2012/12/19 09:35:49 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libconfig/ChangeLog,v 1.46 2012/12/19 09:37:16 pinkbyte Exp $ + + 19 Dec 2012; Sergey Popov <pinkbyte@gentoo.org> libconfig-1.4.9.ebuild: + Stable on amd64, wrt bug #447744 19 Dec 2012; Sergey Popov <pinkbyte@gentoo.org> libconfig-1.4.9.ebuild: QA: use prune_libtool_files instead of manual removing *.la files diff --git a/dev-libs/libconfig/libconfig-1.4.9.ebuild b/dev-libs/libconfig/libconfig-1.4.9.ebuild index 57f9465425f8..28451f271306 100644 --- a/dev-libs/libconfig/libconfig-1.4.9.ebuild +++ b/dev-libs/libconfig/libconfig-1.4.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.ebuild,v 1.3 2012/12/19 09:35:49 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libconfig/libconfig-1.4.9.ebuild,v 1.4 2012/12/19 09:37:16 pinkbyte Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="http://www.hyperrealm.com/libconfig/${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="examples static-libs" DEPEND=" |