diff options
author | Mike Gilbert <floppym@gentoo.org> | 2014-04-02 23:45:28 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2014-04-02 23:45:28 +0000 |
commit | 6c700a48d3448495c5fa4bc22a0f7f864b0f5435 (patch) | |
tree | 590e3091507324144e508b87e560200144c3e7ce /dev-python/python-debian | |
parent | Automated update. (diff) | |
download | gentoo-2-6c700a48d3448495c5fa4bc22a0f7f864b0f5435.tar.gz gentoo-2-6c700a48d3448495c5fa4bc22a0f7f864b0f5435.tar.bz2 gentoo-2-6c700a48d3448495c5fa4bc22a0f7f864b0f5435.zip |
Add python3.4.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'dev-python/python-debian')
-rw-r--r-- | dev-python/python-debian/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/python-debian/python-debian-0.1.21_p2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/python-debian/ChangeLog b/dev-python/python-debian/ChangeLog index a838bd5c6073..978c08eeb231 100644 --- a/dev-python/python-debian/ChangeLog +++ b/dev-python/python-debian/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/python-debian # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-debian/ChangeLog,v 1.6 2014/03/31 20:37:49 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-debian/ChangeLog,v 1.7 2014/04/02 23:45:28 floppym Exp $ + + 02 Apr 2014; Mike Gilbert <floppym@gentoo.org> python-debian-0.1.21_p2.ebuild: + Add python3.4. 31 Mar 2014; Michał Górny <mgorny@gentoo.org> python-debian-0.1.21_p2.ebuild: Add support for the new PyPy slotting. diff --git a/dev-python/python-debian/python-debian-0.1.21_p2.ebuild b/dev-python/python-debian/python-debian-0.1.21_p2.ebuild index 84312e3552dd..63197e6b1e77 100644 --- a/dev-python/python-debian/python-debian-0.1.21_p2.ebuild +++ b/dev-python/python-debian/python-debian-0.1.21_p2.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/dev-python/python-debian/python-debian-0.1.21_p2.ebuild,v 1.3 2014/03/31 20:37:49 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-debian/python-debian-0.1.21_p2.ebuild,v 1.4 2014/04/02 23:45:28 floppym Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_{6,7},3_{2,3}} pypy pypy2_0 ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 ) inherit distutils-r1 |