Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pithos/
Date: Tue, 26 Jun 2018 19:04:31
Message-Id: 1530039857.98ddeab5182dc21614fc426e7b33f21c65da86ec.pacho@gentoo
1 commit: 98ddeab5182dc21614fc426e7b33f21c65da86ec
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 26 19:01:35 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 26 19:04:17 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98ddeab5
7
8 media-sound/pithos: Support python3.6
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 media-sound/pithos/pithos-1.3.1.ebuild | 4 ++--
13 media-sound/pithos/pithos-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/media-sound/pithos/pithos-1.3.1.ebuild b/media-sound/pithos/pithos-1.3.1.ebuild
17 index b1d11f32bb7..6fbe39fc870 100644
18 --- a/media-sound/pithos/pithos-1.3.1.ebuild
19 +++ b/media-sound/pithos/pithos-1.3.1.ebuild
20 @@ -1,8 +1,8 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 -PYTHON_COMPAT=(python3_4 python3_5)
27 +PYTHON_COMPAT=( python3_{4,5,6} )
28 inherit autotools gnome2-utils python-r1
29
30 if [[ ${PV} =~ [9]{4,} ]]; then
31
32 diff --git a/media-sound/pithos/pithos-9999.ebuild b/media-sound/pithos/pithos-9999.ebuild
33 index 0daa0a2dd5e..55d1a94154d 100644
34 --- a/media-sound/pithos/pithos-9999.ebuild
35 +++ b/media-sound/pithos/pithos-9999.ebuild
36 @@ -1,8 +1,8 @@
37 -# Copyright 1999-2017 Gentoo Foundation
38 +# Copyright 1999-2018 Gentoo Foundation
39 # Distributed under the terms of the GNU General Public License v2
40
41 EAPI=6
42 -PYTHON_COMPAT=(python3_4 python3_5)
43 +PYTHON_COMPAT=( python3_{4,5,6} )
44 inherit autotools gnome2-utils python-r1
45
46 if [[ ${PV} =~ [9]{4,} ]]; then