diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-06-20 09:22:55 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-06-20 09:22:55 +0000 |
commit | f658c8d80fb29e30303fce24791cf186154dff9f (patch) | |
tree | f5ef668be47ca493de7540211558e26a532c6d8a | |
parent | Stable on alpha, bug #474178 (diff) | |
download | gentoo-2-f658c8d80fb29e30303fce24791cf186154dff9f.tar.gz gentoo-2-f658c8d80fb29e30303fce24791cf186154dff9f.tar.bz2 gentoo-2-f658c8d80fb29e30303fce24791cf186154dff9f.zip |
add py3.4 support
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
-rw-r--r-- | dev-python/sip/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/sip/sip-4.15.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/sip/ChangeLog b/dev-python/sip/ChangeLog index 7a27c48e6d9c..ef91833fdafd 100644 --- a/dev-python/sip/ChangeLog +++ b/dev-python/sip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/sip # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.284 2014/05/30 18:25:05 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.285 2014/06/20 09:22:55 idella4 Exp $ + + 20 Jun 2014; Ian Delaney <idella4@gentoo.org> sip-4.15.4.ebuild: + add py3.4 support *sip-4.16 (30 May 2014) diff --git a/dev-python/sip/sip-4.15.4.ebuild b/dev-python/sip/sip-4.15.4.ebuild index 34b1af8596fa..a80e4807cfcc 100644 --- a/dev-python/sip/sip-4.15.4.ebuild +++ b/dev-python/sip/sip-4.15.4.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/sip/sip-4.15.4.ebuild,v 1.1 2014/01/14 07:19:00 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.15.4.ebuild,v 1.2 2014/06/20 09:22:55 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} ) inherit eutils python-r1 toolchain-funcs |