summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2014-07-28 13:42:53 +0000
committerAgostino Sarubbo <ago@gentoo.org>2014-07-28 13:42:53 +0000
commit65e180ad194e9a17632192fc0d5c2885b399720a (patch)
tree0fbbfd78a8a0eefcb5b12249ca27983150255f9f /dev-libs
parentStable for ppc, wrt bug #512012 (diff)
downloadgentoo-2-65e180ad194e9a17632192fc0d5c2885b399720a.tar.gz
gentoo-2-65e180ad194e9a17632192fc0d5c2885b399720a.tar.bz2
gentoo-2-65e180ad194e9a17632192fc0d5c2885b399720a.zip
Stable for ppc, wrt bug #512012
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/iniparser/ChangeLog5
-rw-r--r--dev-libs/iniparser/iniparser-3.1-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/iniparser/ChangeLog b/dev-libs/iniparser/ChangeLog
index 20d61bdc5920..4bd7a65292a1 100644
--- a/dev-libs/iniparser/ChangeLog
+++ b/dev-libs/iniparser/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/iniparser
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/ChangeLog,v 1.35 2014/07/23 15:14:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/ChangeLog,v 1.36 2014/07/28 13:42:53 ago Exp $
+
+ 28 Jul 2014; Agostino Sarubbo <ago@gentoo.org> iniparser-3.1-r1.ebuild:
+ Stable for ppc, wrt bug #512012
23 Jul 2014; Agostino Sarubbo <ago@gentoo.org> iniparser-3.1-r1.ebuild:
Stable for x86, wrt bug #512012
diff --git a/dev-libs/iniparser/iniparser-3.1-r1.ebuild b/dev-libs/iniparser/iniparser-3.1-r1.ebuild
index 0367f913049c..d7051890536f 100644
--- a/dev-libs/iniparser/iniparser-3.1-r1.ebuild
+++ b/dev-libs/iniparser/iniparser-3.1-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/iniparser/iniparser-3.1-r1.ebuild,v 1.3 2014/07/23 15:14:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/iniparser-3.1-r1.ebuild,v 1.4 2014/07/28 13:42:53 ago 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 ~arm-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x86-macos"
IUSE="doc examples static-libs"
DEPEND="doc? ( app-doc/doxygen )