diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-11-24 21:14:59 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-11-24 21:14:59 +0000 |
commit | 04da62b50e07bf95bf211e2be1564081c9dab34c (patch) | |
tree | 5225c516a0e6b0b56ec687bbde074c9ea8a59f35 /dev-python/hacking | |
parent | Support python 3.4 (diff) | |
download | gentoo-2-04da62b50e07bf95bf211e2be1564081c9dab34c.tar.gz gentoo-2-04da62b50e07bf95bf211e2be1564081c9dab34c.tar.bz2 gentoo-2-04da62b50e07bf95bf211e2be1564081c9dab34c.zip |
Support python 3.4
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/hacking')
-rw-r--r-- | dev-python/hacking/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/hacking/hacking-0.9.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/hacking/ChangeLog b/dev-python/hacking/ChangeLog index e6881991a06d..36d9087ce609 100644 --- a/dev-python/hacking/ChangeLog +++ b/dev-python/hacking/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/hacking # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/hacking/ChangeLog,v 1.12 2014/08/01 06:00:15 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/hacking/ChangeLog,v 1.13 2014/11/24 21:14:59 pacho Exp $ + + 24 Nov 2014; Pacho Ramos <pacho@gentoo.org> hacking-0.9.2.ebuild: + Support python 3.4 01 Aug 2014; Matthew Thode <prometheanfire@gentoo.org> -hacking-0.5.6.ebuild, -hacking-0.7.2-r1.ebuild, -hacking-0.8.0-r1.ebuild, -hacking-0.8.0.ebuild: diff --git a/dev-python/hacking/hacking-0.9.2.ebuild b/dev-python/hacking/hacking-0.9.2.ebuild index 1de354d16200..9f5839e7ccfc 100644 --- a/dev-python/hacking/hacking-0.9.2.ebuild +++ b/dev-python/hacking/hacking-0.9.2.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/hacking/hacking-0.9.2.ebuild,v 1.1 2014/07/07 09:47:32 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/hacking/hacking-0.9.2.ebuild,v 1.2 2014/11/24 21:14:59 pacho Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 |