commit: 47c3c0bb46af06b8a7819ea682bf46509cde2758
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 2 11:55:25 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 2 12:02:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47c3c0bb
net-libs/xrootd: Remove py2.7
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-libs/xrootd/xrootd-4.12.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-libs/xrootd/xrootd-4.12.0.ebuild
b/net-libs/xrootd/xrootd-4.12.0.ebuild
index 414f5edd4dc..3974f5488b2 100644
--- a/net-libs/xrootd/xrootd-4.12.0.ebuild
+++ b/net-libs/xrootd/xrootd-4.12.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit cmake-utils python-single-r1