diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-12-07 05:47:53 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-12-07 05:47:53 +0000 |
commit | 40c733bb6d580bc87fc338b4ab6feb7135795221 (patch) | |
tree | d057f9d220e29c67e763507bd7ffee09e2aaf81d /dev-libs/iniparser | |
parent | Fix QPixmap::fromImage usage wrt #296015, thanks to Jouni Rinne for reporting. (diff) | |
download | gentoo-2-40c733bb6d580bc87fc338b4ab6feb7135795221.tar.gz gentoo-2-40c733bb6d580bc87fc338b4ab6feb7135795221.tar.bz2 gentoo-2-40c733bb6d580bc87fc338b4ab6feb7135795221.zip |
Stable for HPPA (bug #291428).
(Portage version: 2.2_rc55/cvs/Linux i686)
Diffstat (limited to 'dev-libs/iniparser')
-rw-r--r-- | dev-libs/iniparser/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/iniparser/iniparser-3.0b-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/iniparser/ChangeLog b/dev-libs/iniparser/ChangeLog index 5d70c36c6015..817fef435f96 100644 --- a/dev-libs/iniparser/ChangeLog +++ b/dev-libs/iniparser/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/iniparser # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/ChangeLog,v 1.12 2009/12/06 14:06:34 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/ChangeLog,v 1.13 2009/12/07 05:47:53 jer Exp $ + + 07 Dec 2009; Jeroen Roovers <jer@gentoo.org> iniparser-3.0b-r1.ebuild: + Stable for HPPA (bug #291428). 06 Dec 2009; Tobias Klausmann <klausman@gentoo.org> iniparser-3.0b-r1.ebuild: diff --git a/dev-libs/iniparser/iniparser-3.0b-r1.ebuild b/dev-libs/iniparser/iniparser-3.0b-r1.ebuild index dfdefc51a1d4..9c7320544620 100644 --- a/dev-libs/iniparser/iniparser-3.0b-r1.ebuild +++ b/dev-libs/iniparser/iniparser-3.0b-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/iniparser-3.0b-r1.ebuild,v 1.11 2009/12/06 14:06:34 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/iniparser-3.0b-r1.ebuild,v 1.12 2009/12/07 05:47:53 jer Exp $ inherit eutils multilib toolchain-funcs @@ -11,7 +11,7 @@ HOMEPAGE="http://ndevilla.free.fr/iniparser/" SRC_URI="http://ndevilla.free.fr/iniparser/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 s390 sh ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 s390 sh ~sparc x86 ~x86-fbsd" IUSE="" DEPEND="" |