Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/openvswitch/
Date: Wed, 05 Feb 2020 16:53:37
Message-Id: 1580921596.23dec1ca0f03afcda232b446f2fac317a0567787.mgorny@gentoo
1 commit: 23dec1ca0f03afcda232b446f2fac317a0567787
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 5 16:48:52 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 5 16:53:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23dec1ca
7
8 net-misc/openvswitch: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-misc/openvswitch/openvswitch-2.10.2.ebuild | 2 +-
13 net-misc/openvswitch/openvswitch-2.11.1-r1.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-misc/openvswitch/openvswitch-2.10.2.ebuild b/net-misc/openvswitch/openvswitch-2.10.2.ebuild
17 index eebc69958d9..a823c0b053f 100644
18 --- a/net-misc/openvswitch/openvswitch-2.10.2.ebuild
19 +++ b/net-misc/openvswitch/openvswitch-2.10.2.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=6
23
24 -PYTHON_COMPAT=( python{2_7,3_6} )
25 +PYTHON_COMPAT=( python3_6 )
26
27 inherit autotools eutils linux-info linux-mod python-r1 systemd
28
29
30 diff --git a/net-misc/openvswitch/openvswitch-2.11.1-r1.ebuild b/net-misc/openvswitch/openvswitch-2.11.1-r1.ebuild
31 index a8e46f5ad79..091d255356d 100644
32 --- a/net-misc/openvswitch/openvswitch-2.11.1-r1.ebuild
33 +++ b/net-misc/openvswitch/openvswitch-2.11.1-r1.ebuild
34 @@ -3,7 +3,7 @@
35
36 EAPI=6
37
38 -PYTHON_COMPAT=( python{2_7,3_6} )
39 +PYTHON_COMPAT=( python3_6 )
40
41 inherit autotools eutils linux-info linux-mod python-r1 systemd