diff options
author | 2014-04-02 19:01:44 +0000 | |
---|---|---|
committer | 2014-04-02 19:01:44 +0000 | |
commit | af3f4a7ef87f07010690170e90cd91d3adbdd523 (patch) | |
tree | 309af1bfa1b470de1bd7f018740791bfed434616 /virtual/python-argparse | |
parent | arm stable, bug #506292 (diff) | |
download | gentoo-2-af3f4a7ef87f07010690170e90cd91d3adbdd523.tar.gz gentoo-2-af3f4a7ef87f07010690170e90cd91d3adbdd523.tar.bz2 gentoo-2-af3f4a7ef87f07010690170e90cd91d3adbdd523.zip |
Add python3.4
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xE3F69979BB4B8928DA78E3D17CBF44EF)
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 f02c5b9e22af..1eb997a6d8d1 100644 --- a/virtual/python-argparse/ChangeLog +++ b/virtual/python-argparse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/python-argparse # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/ChangeLog,v 1.17 2014/03/31 21:23:07 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/ChangeLog,v 1.18 2014/04/02 19:01:44 chutzpah Exp $ + + 02 Apr 2014; Patrick McLean <chutzpah@gentoo.org> python-argparse-1.ebuild: + Add python3.4 31 Mar 2014; Michał Górny <mgorny@gentoo.org> python-argparse-1.ebuild: Add support for the new PyPy slotting. diff --git a/virtual/python-argparse/python-argparse-1.ebuild b/virtual/python-argparse/python-argparse-1.ebuild index 355b4ddb2eb6..85d879fc6cdd 100644 --- a/virtual/python-argparse/python-argparse-1.ebuild +++ b/virtual/python-argparse/python-argparse-1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2014 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.16 2014/03/31 21:23:07 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/python-argparse-1.ebuild,v 1.17 2014/04/02 19:01:44 chutzpah Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 ) inherit python-r1 DESCRIPTION="A virtual for the Python argparse module" |