diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-09-15 08:18:27 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-09-15 08:18:27 +0000 |
commit | 32ad11936a7a87943a0ecfcfd8a49e6d4bcaa125 (patch) | |
tree | 54e94c91afc87c01669c50e2fbda025180dc3301 /dev-libs | |
parent | Stable for sparc, wrt bug #512012 (diff) | |
download | gentoo-2-32ad11936a7a87943a0ecfcfd8a49e6d4bcaa125.tar.gz gentoo-2-32ad11936a7a87943a0ecfcfd8a49e6d4bcaa125.tar.bz2 gentoo-2-32ad11936a7a87943a0ecfcfd8a49e6d4bcaa125.zip |
Stable for sparc, 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/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/iniparser/iniparser-3.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/iniparser/ChangeLog b/dev-libs/iniparser/ChangeLog index da792b7856b1..d26ee6710bd2 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.41 2014/08/25 10:57:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/ChangeLog,v 1.42 2014/09/15 08:18:27 ago Exp $ + + 15 Sep 2014; Agostino Sarubbo <ago@gentoo.org> iniparser-3.1-r1.ebuild: + Stable for sparc, wrt bug #512012 25 Aug 2014; Agostino Sarubbo <ago@gentoo.org> iniparser-3.1-r1.ebuild: Stable for alpha, wrt bug #512012 diff --git a/dev-libs/iniparser/iniparser-3.1-r1.ebuild b/dev-libs/iniparser/iniparser-3.1-r1.ebuild index 902e71fcdef0..4669ff912035 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.9 2014/08/25 10:57:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/iniparser-3.1-r1.ebuild,v 1.10 2014/09/15 08:18:27 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 ) |