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-libs/libsearpc/
Date: Sun, 02 Aug 2020 12:03:05
Message-Id: 1596369769.b5490f48a61c66e4a323c544e04356da28d545c3.mgorny@gentoo
1 commit: b5490f48a61c66e4a323c544e04356da28d545c3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 2 11:54:49 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 2 12:02:49 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5490f48
7
8 net-libs/libsearpc: Remove py2.7 where possible
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-libs/libsearpc/libsearpc-3.2.0-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-libs/libsearpc/libsearpc-3.2.0-r1.ebuild b/net-libs/libsearpc/libsearpc-3.2.0-r1.ebuild
16 index 5ae50cbad5a..69f45d332ed 100644
17 --- a/net-libs/libsearpc/libsearpc-3.2.0-r1.ebuild
18 +++ b/net-libs/libsearpc/libsearpc-3.2.0-r1.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=(python{2_7,3_6})
24 +PYTHON_COMPAT=(python3_6)
25
26 WANT_AUTOMAKE=1.16