summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-07-30 11:42:05 +0000
committerAnthony G. Basile <blueness@gentoo.org>2012-07-30 11:42:05 +0000
commitb27c351255935262fea12cfe3e8e115327a5597b (patch)
treee771bc72307db30fbdb8a47094886b21b8ed2e65
parentStable ppc, bug #428042 (diff)
downloadgentoo-2-b27c351255935262fea12cfe3e8e115327a5597b.tar.gz
gentoo-2-b27c351255935262fea12cfe3e8e115327a5597b.tar.bz2
gentoo-2-b27c351255935262fea12cfe3e8e115327a5597b.zip
Stable arm, bug #428152
(Portage version: 2.1.10.65/cvs/Linux x86_64)
-rw-r--r--dev-libs/iniparser/ChangeLog5
-rw-r--r--dev-libs/iniparser/iniparser-3.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/iniparser/ChangeLog b/dev-libs/iniparser/ChangeLog
index 506c399f0856..1c48bb62b9f4 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.26 2012/07/28 00:29:49 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/ChangeLog,v 1.27 2012/07/30 11:42:05 blueness Exp $
+
+ 30 Jul 2012; Anthony G. Basile <blueness@gentoo.org> iniparser-3.1.ebuild:
+ Stable arm, bug #428152
28 Jul 2012; Anthony G. Basile <blueness@gentoo.org> iniparser-3.1.ebuild:
Stable ppc/ppc64, bug #428152
diff --git a/dev-libs/iniparser/iniparser-3.1.ebuild b/dev-libs/iniparser/iniparser-3.1.ebuild
index b38c4d972410..0f98257e9a0b 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.4 2012/07/28 00:29:49 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/iniparser-3.1.ebuild,v 1.5 2012/07/30 11:42:05 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 )