diff options
author | 2014-11-27 15:13:36 +0000 | |
---|---|---|
committer | 2014-11-27 15:13:36 +0000 | |
commit | b5e9af8a41256605b76a46fa21a42646a5ac1919 (patch) | |
tree | 3853373350caa23ec767fec4c276075d53b53b7a | |
parent | Support python 3.4 (diff) | |
download | gentoo-2-b5e9af8a41256605b76a46fa21a42646a5ac1919.tar.gz gentoo-2-b5e9af8a41256605b76a46fa21a42646a5ac1919.tar.bz2 gentoo-2-b5e9af8a41256605b76a46fa21a42646a5ac1919.zip |
Support python 3.4
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
-rw-r--r-- | media-sound/pithos/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/pithos/pithos-1.0.1.ebuild | 4 | ||||
-rw-r--r-- | media-sound/pithos/pithos-9999.ebuild | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/media-sound/pithos/ChangeLog b/media-sound/pithos/ChangeLog index c20fda3a28fa..dbe3915c9ba3 100644 --- a/media-sound/pithos/ChangeLog +++ b/media-sound/pithos/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/pithos # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pithos/ChangeLog,v 1.7 2014/10/14 20:16:30 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pithos/ChangeLog,v 1.8 2014/11/27 15:13:36 pacho Exp $ + + 27 Nov 2014; Pacho Ramos <pacho@gentoo.org> pithos-1.0.1.ebuild, + pithos-9999.ebuild: + Support python 3.4 *pithos-1.0.1 (14 Oct 2014) @@ -32,4 +36,3 @@ +pithos-20130710.ebuild, +files/pithos-detect-datadir.patch, +files/setup.py, +metadata.xml: Initial import. - diff --git a/media-sound/pithos/pithos-1.0.1.ebuild b/media-sound/pithos/pithos-1.0.1.ebuild index be511062eca2..00fec6bd8cd7 100644 --- a/media-sound/pithos/pithos-1.0.1.ebuild +++ b/media-sound/pithos/pithos-1.0.1.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/media-sound/pithos/pithos-1.0.1.ebuild,v 1.1 2014/10/14 20:16:30 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pithos/pithos-1.0.1.ebuild,v 1.2 2014/11/27 15:13:36 pacho Exp $ EAPI=5 -PYTHON_COMPAT=(python3_3) +PYTHON_COMPAT=(python3_{3,4}) inherit eutils distutils-r1 if [[ ${PV} =~ [9]{4,} ]]; then diff --git a/media-sound/pithos/pithos-9999.ebuild b/media-sound/pithos/pithos-9999.ebuild index 53015d2a3493..501497447288 100644 --- a/media-sound/pithos/pithos-9999.ebuild +++ b/media-sound/pithos/pithos-9999.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/media-sound/pithos/pithos-9999.ebuild,v 1.3 2014/09/22 18:20:08 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pithos/pithos-9999.ebuild,v 1.4 2014/11/27 15:13:36 pacho Exp $ EAPI=5 -PYTHON_COMPAT=(python3_3) +PYTHON_COMPAT=(python3_{3,4}) inherit eutils distutils-r1 if [[ ${PV} =~ [9]{4,} ]]; then |