diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-06-26 21:01:35 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-06-26 21:04:17 +0200 |
commit | 98ddeab5182dc21614fc426e7b33f21c65da86ec (patch) | |
tree | 2b1f55dd38a9e8e91968743a46c2d2d0e282ce1d /media-sound/pithos | |
parent | media-libs/pyliblo: Support python3.6 (diff) | |
download | gentoo-98ddeab5182dc21614fc426e7b33f21c65da86ec.tar.gz gentoo-98ddeab5182dc21614fc426e7b33f21c65da86ec.tar.bz2 gentoo-98ddeab5182dc21614fc426e7b33f21c65da86ec.zip |
media-sound/pithos: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'media-sound/pithos')
-rw-r--r-- | media-sound/pithos/pithos-1.3.1.ebuild | 4 | ||||
-rw-r--r-- | media-sound/pithos/pithos-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/pithos/pithos-1.3.1.ebuild b/media-sound/pithos/pithos-1.3.1.ebuild index b1d11f32bb78..6fbe39fc870d 100644 --- a/media-sound/pithos/pithos-1.3.1.ebuild +++ b/media-sound/pithos/pithos-1.3.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=(python3_4 python3_5) +PYTHON_COMPAT=( python3_{4,5,6} ) inherit autotools gnome2-utils python-r1 if [[ ${PV} =~ [9]{4,} ]]; then diff --git a/media-sound/pithos/pithos-9999.ebuild b/media-sound/pithos/pithos-9999.ebuild index 0daa0a2dd5e1..55d1a94154dc 100644 --- a/media-sound/pithos/pithos-9999.ebuild +++ b/media-sound/pithos/pithos-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=(python3_4 python3_5) +PYTHON_COMPAT=( python3_{4,5,6} ) inherit autotools gnome2-utils python-r1 if [[ ${PV} =~ [9]{4,} ]]; then |