diff options
author | Ian Delaney <idella4@gentoo.org> | 2013-01-21 16:12:06 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2013-01-21 16:12:06 +0000 |
commit | 4a3a48dcd4aff340b001c75eaf483ed5cfab4af7 (patch) | |
tree | 0fea0b995b68ea01d7b0f6a9076adf5fc5ed0194 /virtual/python-argparse | |
parent | Stable for sparc, wrt bug #415199 (diff) | |
download | gentoo-2-4a3a48dcd4aff340b001c75eaf483ed5cfab4af7.tar.gz gentoo-2-4a3a48dcd4aff340b001c75eaf483ed5cfab4af7.tar.bz2 gentoo-2-4a3a48dcd4aff340b001c75eaf483ed5cfab4af7.zip |
Re-added not yet deprecated pypy1_8
(Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'virtual/python-argparse')
-rw-r--r-- | virtual/python-argparse/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/python-argparse/python-argparse-1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/virtual/python-argparse/ChangeLog b/virtual/python-argparse/ChangeLog index 5d9e7950599e..010929c0b1b9 100644 --- a/virtual/python-argparse/ChangeLog +++ b/virtual/python-argparse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/python-argparse # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/ChangeLog,v 1.8 2013/01/21 15:47:57 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/ChangeLog,v 1.9 2013/01/21 16:12:06 idella4 Exp $ + + 22 Jan 2013; Ian Delaney <idella4@gentoo.org> python-argparse-1.ebuild: + Re-added not yet deprecated pypy1_8 22 Jan 2013; Ian Delaney <idella4@gentoo.org> python-argparse-1.ebuild: updated pypy deps diff --git a/virtual/python-argparse/python-argparse-1.ebuild b/virtual/python-argparse/python-argparse-1.ebuild index c76a64438ca5..63ded0971eb1 100644 --- a/virtual/python-argparse/python-argparse-1.ebuild +++ b/virtual/python-argparse/python-argparse-1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/python-argparse-1.ebuild,v 1.7 2013/01/21 15:47:57 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/python-argparse-1.ebuild,v 1.8 2013/01/21 16:12:06 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} ) +PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9,2_0} ) inherit python-r1 DESCRIPTION="A virtual for the Python argparse module" |