diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-12-12 19:50:29 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-12-12 19:50:29 +0000 |
commit | c9cdee1cade3f985eaa22d675cb26cffa9a7de6f (patch) | |
tree | 0a7b95fcfe171fd1a737b9ab28f599dfa20f0861 /dev-python | |
parent | Stable for amd64, wrt bug #446496 (diff) | |
download | gentoo-2-c9cdee1cade3f985eaa22d675cb26cffa9a7de6f.tar.gz gentoo-2-c9cdee1cade3f985eaa22d675cb26cffa9a7de6f.tar.bz2 gentoo-2-c9cdee1cade3f985eaa22d675cb26cffa9a7de6f.zip |
Drop jython from the potentially-stable ebuild as well.
(Portage version: 2.2.0_alpha148/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/argparse/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/argparse/argparse-1.2.1-r1.ebuild | 4 |
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[@]} |