Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pithos/
Date: Fri, 07 Jul 2017 01:55:56
Message-Id: 1499392522.f8bf9e330ada04811f4ee0069d6e68b6a62b88bf.chutzpah@gentoo
1 commit: f8bf9e330ada04811f4ee0069d6e68b6a62b88bf
2 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 01:55:22 2017 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 01:55:22 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8bf9e33
7
8 media-sound/pithos: Add python3_5 to PYTHON_COMPAT
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 media-sound/pithos/pithos-1.1.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-sound/pithos/pithos-1.1.2.ebuild b/media-sound/pithos/pithos-1.1.2.ebuild
16 index 0a651a74e28..527c2cf0022 100644
17 --- a/media-sound/pithos/pithos-1.1.2.ebuild
18 +++ b/media-sound/pithos/pithos-1.1.2.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 -PYTHON_COMPAT=(python3_4)
24 +PYTHON_COMPAT=(python3_4 python3_5)
25 inherit eutils distutils-r1
26
27 if [[ ${PV} =~ [9]{4,} ]]; then