diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-06-20 14:36:17 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-06-20 14:36:17 +0000 |
commit | 2f098466499737969b30a93834f282c7ab6b9d9c (patch) | |
tree | 23e177fc41d20672295d25b1230223cf3cd82943 /dev-python/pygobject | |
parent | fix build with tiff disabled wrt #513968, rm old (diff) | |
download | gentoo-2-2f098466499737969b30a93834f282c7ab6b9d9c.tar.gz gentoo-2-2f098466499737969b30a93834f282c7ab6b9d9c.tar.bz2 gentoo-2-2f098466499737969b30a93834f282c7ab6b9d9c.zip |
add py3.4 support to all of SLOT 3
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/pygobject')
-rw-r--r-- | dev-python/pygobject/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/pygobject/pygobject-3.10.2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pygobject/pygobject-3.12.1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/pygobject/ChangeLog b/dev-python/pygobject/ChangeLog index 9868fe76cf96..15619773049a 100644 --- a/dev-python/pygobject/ChangeLog +++ b/dev-python/pygobject/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pygobject # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/ChangeLog,v 1.250 2014/06/20 11:51:17 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/ChangeLog,v 1.251 2014/06/20 14:36:17 idella4 Exp $ + + 20 Jun 2014; Ian Delaney <idella4@gentoo.org> pygobject-3.10.2.ebuild, + pygobject-3.12.1.ebuild: + add py3.4 support to all of SLOT 3 20 Jun 2014; Ian Delaney <idella4@gentoo.org> pygobject-3.12.2.ebuild: add py3.4 support diff --git a/dev-python/pygobject/pygobject-3.10.2.ebuild b/dev-python/pygobject/pygobject-3.10.2.ebuild index b9308e792d7e..f30b0b0158dd 100644 --- a/dev-python/pygobject/pygobject-3.10.2.ebuild +++ b/dev-python/pygobject/pygobject-3.10.2.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.10.2.ebuild,v 1.13 2014/04/21 10:28:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.10.2.ebuild,v 1.14 2014/06/20 14:36:17 idella4 Exp $ EAPI="5" GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python{2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) inherit gnome2 python-r1 virtualx diff --git a/dev-python/pygobject/pygobject-3.12.1.ebuild b/dev-python/pygobject/pygobject-3.12.1.ebuild index dc53b46488ab..9a3221aa8248 100644 --- a/dev-python/pygobject/pygobject-3.12.1.ebuild +++ b/dev-python/pygobject/pygobject-3.12.1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.12.1.ebuild,v 1.1 2014/04/27 16:25:16 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.12.1.ebuild,v 1.2 2014/06/20 14:36:17 idella4 Exp $ EAPI="5" GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python{2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) inherit gnome2 python-r1 virtualx |