diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-07-28 00:29:49 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-07-28 00:29:49 +0000 |
commit | c4de4930fa732dababa9b38c7c86416f1cdeeef9 (patch) | |
tree | ba37cac7334828b19cc173a3d75e2a3f47554be2 /dev-libs/iniparser | |
parent | sys-kernel/genkernel: Remove 3.4.39 (diff) | |
download | gentoo-2-c4de4930fa732dababa9b38c7c86416f1cdeeef9.tar.gz gentoo-2-c4de4930fa732dababa9b38c7c86416f1cdeeef9.tar.bz2 gentoo-2-c4de4930fa732dababa9b38c7c86416f1cdeeef9.zip |
Stable ppc/ppc64, bug #428152
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/iniparser')
-rw-r--r-- | dev-libs/iniparser/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/iniparser/iniparser-3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/iniparser/ChangeLog b/dev-libs/iniparser/ChangeLog index 98a090b6e9e1..506c399f0856 100644 --- a/dev-libs/iniparser/ChangeLog +++ b/dev-libs/iniparser/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/iniparser # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/ChangeLog,v 1.25 2012/07/27 05:42:27 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/ChangeLog,v 1.26 2012/07/28 00:29:49 blueness Exp $ + + 28 Jul 2012; Anthony G. Basile <blueness@gentoo.org> iniparser-3.1.ebuild: + Stable ppc/ppc64, bug #428152 27 Jul 2012; Jeff Horelick <jdhore@gentoo.org> iniparser-3.1.ebuild: marked x86 per bug 428152 diff --git a/dev-libs/iniparser/iniparser-3.1.ebuild b/dev-libs/iniparser/iniparser-3.1.ebuild index 681223eebf20..b38c4d972410 100644 --- a/dev-libs/iniparser/iniparser-3.1.ebuild +++ b/dev-libs/iniparser/iniparser-3.1.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/iniparser/iniparser-3.1.ebuild,v 1.3 2012/07/27 05:42:27 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/iniparser-3.1.ebuild,v 1.4 2012/07/28 00:29:49 blueness Exp $ EAPI=4 @@ -13,7 +13,7 @@ HOMEPAGE="http://ndevilla.free.fr/iniparser/" SRC_URI="http://ndevilla.free.fr/iniparser/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-macos" IUSE="doc examples static-libs" DEPEND="doc? ( app-doc/doxygen ) |