diff options
-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 |