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 | b5718d23480d4adf95d650e1a6c5d60e4b7258b4 (patch) | |
tree | c68369676b6c2965740b9cf6117e73dacf616155 /virtual/python-argparse | |
parent | the requests dep was inverted (diff) | |
download | historical-b5718d23480d4adf95d650e1a6c5d60e4b7258b4.tar.gz historical-b5718d23480d4adf95d650e1a6c5d60e4b7258b4.tar.bz2 historical-b5718d23480d4adf95d650e1a6c5d60e4b7258b4.zip |
Re-added not yet deprecated pypy1_8
Package-Manager: portage-2.1.11.40/cvs/Linux x86_64
Manifest-Sign-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" |