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/exabgp/
Date: Thu, 07 May 2020 15:18:06
Message-Id: 1588864369.1870acf5cfe7935405d21a1f0d385c2ea8ec8273.mgorny@gentoo
1 commit: 1870acf5cfe7935405d21a1f0d385c2ea8ec8273
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 7 15:12:49 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 7 15:12:49 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1870acf5
7
8 net-misc/exabgp: Remove py2.7
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-misc/exabgp/exabgp-4.0.10.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-misc/exabgp/exabgp-4.0.10.ebuild b/net-misc/exabgp/exabgp-4.0.10.ebuild
16 index e55824effab..3a13ef59ecf 100644
17 --- a/net-misc/exabgp/exabgp-4.0.10.ebuild
18 +++ b/net-misc/exabgp/exabgp-4.0.10.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=7
23 -PYTHON_COMPAT=( python2_7 python3_6 )
24 +PYTHON_COMPAT=( python3_6 )
25
26 inherit distutils-r1