diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2015-06-23 15:10:32 +0000 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2015-06-23 15:10:32 +0000 |
commit | a970bd73840cb9c86c6f9426d077674f9ec5a42e (patch) | |
tree | 3d3da081f98548d3639c0bb75ef9fbff91749d5c /dev-libs | |
parent | Add missing accessibility USE dependency wrt bug 552730. (diff) | |
download | gentoo-2-a970bd73840cb9c86c6f9426d077674f9ec5a42e.tar.gz gentoo-2-a970bd73840cb9c86c6f9426d077674f9ec5a42e.tar.bz2 gentoo-2-a970bd73840cb9c86c6f9426d077674f9ec5a42e.zip |
iniparser-3.1-r1: add ~ppc-aix prefix keyword
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key C719EE20)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/iniparser/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/iniparser/iniparser-3.1-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/iniparser/ChangeLog b/dev-libs/iniparser/ChangeLog index c55975838411..03e6ceb5891a 100644 --- a/dev-libs/iniparser/ChangeLog +++ b/dev-libs/iniparser/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/iniparser # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/ChangeLog,v 1.46 2015/06/09 10:46:25 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/ChangeLog,v 1.47 2015/06/23 15:10:32 haubi Exp $ + + 23 Jun 2015; Michael Haubenwallner <haubi@gentoo.org> + iniparser-3.1-r1.ebuild: + add ~ppc-aix prefix keyword 09 Jun 2015; Fabian Groffen <grobian@gentoo.org> iniparser-3.1-r1.ebuild: Add Prefix keywords to unbreak the Prefix bootstrap diff --git a/dev-libs/iniparser/iniparser-3.1-r1.ebuild b/dev-libs/iniparser/iniparser-3.1-r1.ebuild index 14abc016a345..f444073e8e7a 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-2015 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.14 2015/06/09 10:46:25 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/iniparser-3.1-r1.ebuild,v 1.15 2015/06/23 15:10:32 haubi 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 arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc examples static-libs" DEPEND="doc? ( app-doc/doxygen ) |