diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2013-01-13 13:23:49 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-01-13 13:23:49 +0000 |
commit | 6de1fa740e711e276dc575947f6b79827ed2ae2c (patch) | |
tree | b8a6a5070878e8ef2211af7115012873c6ce8ba1 /dev-python/pycairo | |
parent | Move back to ~alpha, bug #451680 (diff) | |
download | gentoo-2-6de1fa740e711e276dc575947f6b79827ed2ae2c.tar.gz gentoo-2-6de1fa740e711e276dc575947f6b79827ed2ae2c.tar.bz2 gentoo-2-6de1fa740e711e276dc575947f6b79827ed2ae2c.zip |
Add python3_3 to the list of supported python.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'dev-python/pycairo')
-rw-r--r-- | dev-python/pycairo/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pycairo/pycairo-1.10.0-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pycairo/ChangeLog b/dev-python/pycairo/ChangeLog index 734e1d0c5f0a..2799485f0722 100644 --- a/dev-python/pycairo/ChangeLog +++ b/dev-python/pycairo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pycairo # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycairo/ChangeLog,v 1.128 2013/01/13 13:07:35 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycairo/ChangeLog,v 1.129 2013/01/13 13:23:49 eva Exp $ + + 13 Jan 2013; Gilles Dartiguelongue <eva@gentoo.org> pycairo-1.10.0-r4.ebuild: + Add python3_3 to the list of supported python. 13 Jan 2013; Gilles Dartiguelongue <eva@gentoo.org> pycairo-1.10.0-r4.ebuild: Fix ebuild per mgorny's comment. diff --git a/dev-python/pycairo/pycairo-1.10.0-r4.ebuild b/dev-python/pycairo/pycairo-1.10.0-r4.ebuild index b7df1ee59500..5120e8066972 100644 --- a/dev-python/pycairo/pycairo-1.10.0-r4.ebuild +++ b/dev-python/pycairo/pycairo-1.10.0-r4.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycairo/pycairo-1.10.0-r4.ebuild,v 1.2 2013/01/13 13:07:35 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycairo/pycairo-1.10.0-r4.ebuild,v 1.3 2013/01/13 13:23:49 eva Exp $ EAPI="5" -PYTHON_COMPAT=( python2_{6,7} python3_{1,2} ) +PYTHON_COMPAT=( python2_{6,7} python3_{1,2,3} ) inherit eutils python-r1 waf-utils |