commit: b5490f48a61c66e4a323c544e04356da28d545c3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 2 11:54:49 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 2 12:02:49 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5490f48
net-libs/libsearpc: Remove py2.7 where possible
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-libs/libsearpc/libsearpc-3.2.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-libs/libsearpc/libsearpc-3.2.0-r1.ebuild
b/net-libs/libsearpc/libsearpc-3.2.0-r1.ebuild
index 5ae50cbad5a..69f45d332ed 100644
--- a/net-libs/libsearpc/libsearpc-3.2.0-r1.ebuild
+++ b/net-libs/libsearpc/libsearpc-3.2.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=(python{2_7,3_6})
+PYTHON_COMPAT=(python3_6)
WANT_AUTOMAKE=1.16