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: dev-libs/libnl/
Date: Tue, 11 Feb 2020 12:16:36
Message-Id: 1581423359.78ae57786c33fa78e0932185e30a8a0ab9faa75f.mgorny@gentoo
1 commit: 78ae57786c33fa78e0932185e30a8a0ab9faa75f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 11 11:53:28 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 11 12:15:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78ae5778
7
8 dev-libs/libnl: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-libs/libnl/libnl-3.4.0.ebuild | 2 +-
13 dev-libs/libnl/libnl-3.5.0.ebuild | 2 +-
14 dev-libs/libnl/libnl-99999999.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-libs/libnl/libnl-3.4.0.ebuild b/dev-libs/libnl/libnl-3.4.0.ebuild
18 index 9c7beffb4e0..a5b5ca1ad16 100644
19 --- a/dev-libs/libnl/libnl-3.4.0.ebuild
20 +++ b/dev-libs/libnl/libnl-3.4.0.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_{6,7} )
26 +PYTHON_COMPAT=( python3_{6,7} )
27 DISTUTILS_OPTIONAL=1
28 inherit distutils-r1 eutils libtool multilib multilib-minimal
29
30
31 diff --git a/dev-libs/libnl/libnl-3.5.0.ebuild b/dev-libs/libnl/libnl-3.5.0.ebuild
32 index b4d5471529e..28138672f5b 100644
33 --- a/dev-libs/libnl/libnl-3.5.0.ebuild
34 +++ b/dev-libs/libnl/libnl-3.5.0.ebuild
35 @@ -3,7 +3,7 @@
36
37 EAPI=7
38
39 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
40 +PYTHON_COMPAT=( python3_{6,7,8} )
41 DISTUTILS_OPTIONAL=1
42 inherit distutils-r1 libtool multilib-minimal
43
44
45 diff --git a/dev-libs/libnl/libnl-99999999.ebuild b/dev-libs/libnl/libnl-99999999.ebuild
46 index 619ab299650..9a6a52092d7 100644
47 --- a/dev-libs/libnl/libnl-99999999.ebuild
48 +++ b/dev-libs/libnl/libnl-99999999.ebuild
49 @@ -3,7 +3,7 @@
50
51 EAPI=7
52
53 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
54 +PYTHON_COMPAT=( python3_{6,7,8} )
55 DISTUTILS_OPTIONAL=1
56 inherit autotools distutils-r1 git-r3 libtool multilib multilib-minimal