Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/openvswitch/
Date: Tue, 26 Jun 2018 19:51:12
Message-Id: 1530042648.7430855da2cda6db8fcb84a6ebe2903f39bfeea6.pacho@gentoo
1 commit: 7430855da2cda6db8fcb84a6ebe2903f39bfeea6
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 26 19:27:04 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 26 19:50:48 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7430855d
7
8 net-misc/openvswitch: Support python3.6
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 net-misc/openvswitch/openvswitch-2.8.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-misc/openvswitch/openvswitch-2.8.1.ebuild b/net-misc/openvswitch/openvswitch-2.8.1.ebuild
16 index e5269337cd7..733122d89e8 100644
17 --- a/net-misc/openvswitch/openvswitch-2.8.1.ebuild
18 +++ b/net-misc/openvswitch/openvswitch-2.8.1.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=6
22
23 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
24 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
25
26 inherit autotools eutils linux-info linux-mod python-r1 systemd