summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2014-10-11 12:03:34 +0000
committerMarkus Meier <maekke@gentoo.org>2014-10-11 12:03:34 +0000
commita2ee331cb859195133c7bc44a025ece81ed7e9c7 (patch)
treecbb7685617f96ddcd24e1b732dc1f98f1f884040 /dev-libs/iniparser
parentarm stable, bug #512012 (diff)
downloadgentoo-2-a2ee331cb859195133c7bc44a025ece81ed7e9c7.tar.gz
gentoo-2-a2ee331cb859195133c7bc44a025ece81ed7e9c7.tar.bz2
gentoo-2-a2ee331cb859195133c7bc44a025ece81ed7e9c7.zip
arm stable, bug #512012
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-libs/iniparser')
-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 d26ee6710bd2..4557553b0a1f 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.42 2014/09/15 08:18:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/ChangeLog,v 1.43 2014/10/11 12:03:34 maekke Exp $
+
+ 11 Oct 2014; Markus Meier <maekke@gentoo.org> iniparser-3.1-r1.ebuild:
+ arm stable, bug #512012
15 Sep 2014; Agostino Sarubbo <ago@gentoo.org> iniparser-3.1-r1.ebuild:
Stable for sparc, wrt bug #512012
diff --git a/dev-libs/iniparser/iniparser-3.1-r1.ebuild b/dev-libs/iniparser/iniparser-3.1-r1.ebuild
index 4669ff912035..87693a6439eb 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.10 2014/09/15 08:18:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/iniparser-3.1-r1.ebuild,v 1.11 2014/10/11 12:03:34 maekke 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 )