summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klausmann <klausman@gentoo.org>2009-06-28 16:04:54 +0000
committerTobias Klausmann <klausman@gentoo.org>2009-06-28 16:04:54 +0000
commita396590fd357ba7161957996f939760c6c435d8d (patch)
tree51da67a3d5810980144ffb8805c2708818562fa5 /dev-libs/iniparser
parentFix log dir perms (drobbins fix) (diff)
downloadgentoo-2-a396590fd357ba7161957996f939760c6c435d8d.tar.gz
gentoo-2-a396590fd357ba7161957996f939760c6c435d8d.tar.bz2
gentoo-2-a396590fd357ba7161957996f939760c6c435d8d.zip
Keyworded on alpha, bug #275429
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/iniparser')
-rw-r--r--dev-libs/iniparser/ChangeLog6
-rw-r--r--dev-libs/iniparser/iniparser-3.0b-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/iniparser/ChangeLog b/dev-libs/iniparser/ChangeLog
index 7f7844b93d99..e69da32e0d6d 100644
--- a/dev-libs/iniparser/ChangeLog
+++ b/dev-libs/iniparser/ChangeLog
@@ -1,6 +1,10 @@
# 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.4 2009/06/26 06:02:02 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/ChangeLog,v 1.5 2009/06/28 16:04:54 klausman Exp $
+
+ 28 Jun 2009; Tobias Klausmann <klausman@gentoo.org>
+ iniparser-3.0b-r1.ebuild:
+ Keyworded on alpha, bug #275429
26 Jun 2009; Jeroen Roovers <jer@gentoo.org> iniparser-3.0b-r1.ebuild:
Marked ~hppa (bug #275429).
diff --git a/dev-libs/iniparser/iniparser-3.0b-r1.ebuild b/dev-libs/iniparser/iniparser-3.0b-r1.ebuild
index 616ad2156819..3334548af9ee 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.2 2009/06/26 06:02:02 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/iniparser-3.0b-r1.ebuild,v 1.3 2009/06/28 16:04:54 klausman 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="~amd64 ~hppa ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~x86"
IUSE=""
DEPEND=""