summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/argparse/ChangeLog5
-rw-r--r--dev-python/argparse/argparse-1.2.1-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/argparse/ChangeLog b/dev-python/argparse/ChangeLog
index c66ae09e02d1..bb67c024e799 100644
--- a/dev-python/argparse/ChangeLog
+++ b/dev-python/argparse/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/argparse
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.39 2012/12/12 18:44:40 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.40 2012/12/12 19:50:29 mgorny Exp $
+
+ 12 Dec 2012; Michał Górny <mgorny@gentoo.org> argparse-1.2.1-r1.ebuild:
+ Drop jython from the potentially-stable ebuild as well.
12 Dec 2012; Michał Górny <mgorny@gentoo.org> argparse-1.2.1-r1.ebuild:
Drop unstable implementations from the older ebuild, to clear the way for
diff --git a/dev-python/argparse/argparse-1.2.1-r1.ebuild b/dev-python/argparse/argparse-1.2.1-r1.ebuild
index 056977e1a5b1..95f8584d3a71 100644
--- a/dev-python/argparse/argparse-1.2.1-r1.ebuild
+++ b/dev-python/argparse/argparse-1.2.1-r1.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.2.1-r1.ebuild,v 1.6 2012/12/12 18:44:40 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.2.1-r1.ebuild,v 1.7 2012/12/12 19:50:29 mgorny Exp $
EAPI=4
PYTHON_COMPAT_REAL=(
# actual targets
- python{2_5,2_6,3_1} jython2_5
+ python{2_5,2_6,3_1}
)
PYTHON_COMPAT=(
${PYTHON_COMPAT_REAL[@]}