summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2013-05-16 12:54:27 +0000
committerAgostino Sarubbo <ago@gentoo.org>2013-05-16 12:54:27 +0000
commit644301c8f1e22287f01147b0bd3805c7a2eb8bb6 (patch)
treea39c6e045ed45a78980ab4d10e5737991a1e5b57 /dev-python/iniparse
parentStable for amd64, wrt bug #464468 (diff)
downloadgentoo-2-644301c8f1e22287f01147b0bd3805c7a2eb8bb6.tar.gz
gentoo-2-644301c8f1e22287f01147b0bd3805c7a2eb8bb6.tar.bz2
gentoo-2-644301c8f1e22287f01147b0bd3805c7a2eb8bb6.zip
Stable for amd64, wrt bug #463076
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", 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 161520fe728c..e1f8250e5b14 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.6 2013/02/09 18:49:27 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/iniparse/ChangeLog,v 1.7 2013/05/16 12:54:27 ago Exp $
+
+ 16 May 2013; Agostino Sarubbo <ago@gentoo.org> iniparse-0.4-r1.ebuild:
+ Stable for amd64, wrt bug #463076
09 Feb 2013; Mike Gilbert <floppym@gentoo.org> iniparse-0.4-r1.ebuild:
Die on test failure.
diff --git a/dev-python/iniparse/iniparse-0.4-r1.ebuild b/dev-python/iniparse/iniparse-0.4-r1.ebuild
index a265e3172959..b02db69eed98 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.2 2013/02/09 18:49:27 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/iniparse/iniparse-0.4-r1.ebuild,v 1.3 2013/05/16 12:54:27 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=""