diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-08-25 10:57:05 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-08-25 10:57:05 +0000 |
commit | bda3cc4623cc35996b873a2e59e42cdf49272c1c (patch) | |
tree | 4def78ef17175cc2ab2f6350cd59d6dbb56d892d /dev-libs/iniparser | |
parent | Stable for alpha, wrt bug #512012 (diff) | |
download | gentoo-2-bda3cc4623cc35996b873a2e59e42cdf49272c1c.tar.gz gentoo-2-bda3cc4623cc35996b873a2e59e42cdf49272c1c.tar.bz2 gentoo-2-bda3cc4623cc35996b873a2e59e42cdf49272c1c.zip |
Stable for alpha, 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/iniparser')
-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 4cd4c4541a68..da792b7856b1 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.40 2014/08/23 15:28:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/ChangeLog,v 1.41 2014/08/25 10:57:05 ago Exp $ + + 25 Aug 2014; Agostino Sarubbo <ago@gentoo.org> iniparser-3.1-r1.ebuild: + Stable for alpha, wrt bug #512012 23 Aug 2014; Agostino Sarubbo <ago@gentoo.org> iniparser-3.1-r1.ebuild: Stable for ia64, wrt bug #512012 diff --git a/dev-libs/iniparser/iniparser-3.1-r1.ebuild b/dev-libs/iniparser/iniparser-3.1-r1.ebuild index a1ebe3a76f9b..902e71fcdef0 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.8 2014/08/23 15:28:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/iniparser-3.1-r1.ebuild,v 1.9 2014/08/25 10:57:05 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 ) |