summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2009-12-02 10:49:48 +0000
committerMarkus Meier <maekke@gentoo.org>2009-12-02 10:49:48 +0000
commit9866e931a62ce1b52626d9ae44bce0760f0414c7 (patch)
tree278fdf6b12e47096a1ae37c952b28bc929f777e4 /dev-python/argparse
parentStable on amd64 and x86 (#293622) (diff)
downloadhistorical-9866e931a62ce1b52626d9ae44bce0760f0414c7.tar.gz
historical-9866e931a62ce1b52626d9ae44bce0760f0414c7.tar.bz2
historical-9866e931a62ce1b52626d9ae44bce0760f0414c7.zip
amd64/x86 stable, bug #295222
Package-Manager: portage-2.2_rc54/cvs/Linux x86_64
Diffstat (limited to 'dev-python/argparse')
-rw-r--r--dev-python/argparse/ChangeLog5
-rw-r--r--dev-python/argparse/argparse-1.0.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/argparse/ChangeLog b/dev-python/argparse/ChangeLog
index de59ede447f3..81b99d12ce16 100644
--- a/dev-python/argparse/ChangeLog
+++ b/dev-python/argparse/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/argparse
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.2 2009/11/04 11:02:55 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.3 2009/12/02 10:49:48 maekke Exp $
+
+ 02 Dec 2009; Markus Meier <maekke@gentoo.org> argparse-1.0.1.ebuild:
+ amd64/x86 stable, bug #295222
04 Nov 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
argparse-1.0.1.ebuild:
diff --git a/dev-python/argparse/argparse-1.0.1.ebuild b/dev-python/argparse/argparse-1.0.1.ebuild
index d65fecc37eda..6c017e8c3b2f 100644
--- a/dev-python/argparse/argparse-1.0.1.ebuild
+++ b/dev-python/argparse/argparse-1.0.1.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-python/argparse/argparse-1.0.1.ebuild,v 1.3 2009/11/04 11:07:16 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.0.1.ebuild,v 1.4 2009/12/02 10:49:48 maekke Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@ SRC_URI="http://argparse.googlecode.com/files/${P}.zip"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
DEPEND=""