Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/neutron/
Date: Tue, 26 Jun 2018 20:51:55
Message-Id: 1530046297.1e7badcb80f20e356c3bcf72bbcb1ea03d7a5356.pacho@gentoo
1 commit: 1e7badcb80f20e356c3bcf72bbcb1ea03d7a5356
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 26 20:37:00 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 26 20:51:37 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e7badcb
7
8 sys-cluster/neutron: Support python3.6
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 sys-cluster/neutron/neutron-12.0.2.ebuild | 2 +-
13 sys-cluster/neutron/neutron-12.0.3.ebuild | 2 +-
14 sys-cluster/neutron/neutron-2018.1.9999.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/sys-cluster/neutron/neutron-12.0.2.ebuild b/sys-cluster/neutron/neutron-12.0.2.ebuild
18 index ca9e5bc0c41..9f60be9139d 100644
19 --- a/sys-cluster/neutron/neutron-12.0.2.ebuild
20 +++ b/sys-cluster/neutron/neutron-12.0.2.ebuild
21 @@ -2,7 +2,7 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 -PYTHON_COMPAT=( python2_7 python3_5 )
26 +PYTHON_COMPAT=( python2_7 python3_{5,6} )
27 # still no 34 :( https://bugs.launchpad.net/neutron/+bug/1630439
28
29 inherit distutils-r1 linux-info user
30
31 diff --git a/sys-cluster/neutron/neutron-12.0.3.ebuild b/sys-cluster/neutron/neutron-12.0.3.ebuild
32 index efbe01b7fe3..d70d082d35b 100644
33 --- a/sys-cluster/neutron/neutron-12.0.3.ebuild
34 +++ b/sys-cluster/neutron/neutron-12.0.3.ebuild
35 @@ -2,7 +2,7 @@
36 # Distributed under the terms of the GNU General Public License v2
37
38 EAPI=6
39 -PYTHON_COMPAT=( python2_7 python3_5 )
40 +PYTHON_COMPAT=( python2_7 python3_{5,6} )
41 # still no 34 :( https://bugs.launchpad.net/neutron/+bug/1630439
42
43 inherit distutils-r1 linux-info user
44
45 diff --git a/sys-cluster/neutron/neutron-2018.1.9999.ebuild b/sys-cluster/neutron/neutron-2018.1.9999.ebuild
46 index efbe01b7fe3..d70d082d35b 100644
47 --- a/sys-cluster/neutron/neutron-2018.1.9999.ebuild
48 +++ b/sys-cluster/neutron/neutron-2018.1.9999.ebuild
49 @@ -2,7 +2,7 @@
50 # Distributed under the terms of the GNU General Public License v2
51
52 EAPI=6
53 -PYTHON_COMPAT=( python2_7 python3_5 )
54 +PYTHON_COMPAT=( python2_7 python3_{5,6} )
55 # still no 34 :( https://bugs.launchpad.net/neutron/+bug/1630439
56
57 inherit distutils-r1 linux-info user