diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2017-07-06 18:55:22 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2017-07-06 18:55:22 -0700 |
commit | f8bf9e330ada04811f4ee0069d6e68b6a62b88bf (patch) | |
tree | 0618fb916dc8ee32341f582cf04c64623f9dbfce /media-sound | |
parent | media-sound/pithos: Version bump to 1.1.2 (diff) | |
download | gentoo-f8bf9e330ada04811f4ee0069d6e68b6a62b88bf.tar.gz gentoo-f8bf9e330ada04811f4ee0069d6e68b6a62b88bf.tar.bz2 gentoo-f8bf9e330ada04811f4ee0069d6e68b6a62b88bf.zip |
media-sound/pithos: Add python3_5 to PYTHON_COMPAT
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/pithos/pithos-1.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/pithos/pithos-1.1.2.ebuild b/media-sound/pithos/pithos-1.1.2.ebuild index 0a651a74e28c..527c2cf0022d 100644 --- a/media-sound/pithos/pithos-1.1.2.ebuild +++ b/media-sound/pithos/pithos-1.1.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=(python3_4) +PYTHON_COMPAT=(python3_4 python3_5) inherit eutils distutils-r1 if [[ ${PV} =~ [9]{4,} ]]; then |