diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-10-13 08:56:02 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-10-13 08:56:02 +0000 |
commit | cf9a1a6eaa6102402eb73cd41415b15998d075d8 (patch) | |
tree | 9062fe269743e6da43068e50355b22573c4ccdba /dev-python/pyev | |
parent | Fix for Prefix by yegle in bug #487720 (diff) | |
download | gentoo-2-cf9a1a6eaa6102402eb73cd41415b15998d075d8.tar.gz gentoo-2-cf9a1a6eaa6102402eb73cd41415b15998d075d8.tar.bz2 gentoo-2-cf9a1a6eaa6102402eb73cd41415b15998d075d8.zip |
Also compatible with python3_3
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/pyev')
-rw-r--r-- | dev-python/pyev/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pyev/pyev-0.8.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pyev/ChangeLog b/dev-python/pyev/ChangeLog index 8f3dc2427347..02cec4bdaef1 100644 --- a/dev-python/pyev/ChangeLog +++ b/dev-python/pyev/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pyev # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyev/ChangeLog,v 1.4 2013/09/05 18:47:16 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyev/ChangeLog,v 1.5 2013/10/13 08:56:02 pacho Exp $ + + 13 Oct 2013; Pacho Ramos <pacho@gentoo.org> pyev-0.8.1.ebuild: + Also compatible with python3_3 05 Sep 2013; Michał Górny <mgorny@gentoo.org> pyev-0.8.1.ebuild: Clean up PYTHON_COMPAT from old implementations. diff --git a/dev-python/pyev/pyev-0.8.1.ebuild b/dev-python/pyev/pyev-0.8.1.ebuild index d8b69303307d..f514d1693fab 100644 --- a/dev-python/pyev/pyev-0.8.1.ebuild +++ b/dev-python/pyev/pyev-0.8.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyev/pyev-0.8.1.ebuild,v 1.3 2013/09/05 18:47:16 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyev/pyev-0.8.1.ebuild,v 1.4 2013/10/13 08:56:02 pacho Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) inherit distutils-r1 |