summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2013-05-20 08:31:09 +0000
committerAgostino Sarubbo <ago@gentoo.org>2013-05-20 08:31:09 +0000
commite3d036542405d1d5a26e51abecbd73fbbfccf21c (patch)
treec9e34bb39332cef164d59575622a45f168fe838f /dev-python/iniparse
parentStable for x86, wrt bug #463074 (diff)
downloadgentoo-2-e3d036542405d1d5a26e51abecbd73fbbfccf21c.tar.gz
gentoo-2-e3d036542405d1d5a26e51abecbd73fbbfccf21c.tar.bz2
gentoo-2-e3d036542405d1d5a26e51abecbd73fbbfccf21c.zip
Stable for x86, wrt bug #463076
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/iniparse')
-rw-r--r--dev-python/iniparse/ChangeLog5
-rw-r--r--dev-python/iniparse/iniparse-0.4-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/iniparse/ChangeLog b/dev-python/iniparse/ChangeLog
index e1f8250e5b14..da525ee94fab 100644
--- a/dev-python/iniparse/ChangeLog
+++ b/dev-python/iniparse/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/iniparse
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/iniparse/ChangeLog,v 1.7 2013/05/16 12:54:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/iniparse/ChangeLog,v 1.8 2013/05/20 08:31:09 ago Exp $
+
+ 20 May 2013; Agostino Sarubbo <ago@gentoo.org> iniparse-0.4-r1.ebuild:
+ Stable for x86, wrt bug #463076
16 May 2013; Agostino Sarubbo <ago@gentoo.org> iniparse-0.4-r1.ebuild:
Stable for amd64, wrt bug #463076
diff --git a/dev-python/iniparse/iniparse-0.4-r1.ebuild b/dev-python/iniparse/iniparse-0.4-r1.ebuild
index b02db69eed98..e5d019fe90df 100644
--- a/dev-python/iniparse/iniparse-0.4-r1.ebuild
+++ b/dev-python/iniparse/iniparse-0.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/iniparse/iniparse-0.4-r1.ebuild,v 1.3 2013/05/16 12:54:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/iniparse/iniparse-0.4-r1.ebuild,v 1.4 2013/05/20 08:31:09 ago Exp $
EAPI=5
PYTHON_COMPAT=( python2_{5,6,7} )
@@ -13,7 +13,7 @@ SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
LICENSE="MIT PSF-2"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
DEPEND=""