summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-08-02 13:55:25 +0200
committerMichał Górny <mgorny@gentoo.org>2020-08-02 14:02:50 +0200
commit47c3c0bb46af06b8a7819ea682bf46509cde2758 (patch)
tree0c57aa8d05617aae10e7e536acf5caa861f3ac7e /net-libs
parentnet-libs/libsearpc: Remove py2.7 where possible (diff)
downloadgentoo-47c3c0bb46af06b8a7819ea682bf46509cde2758.tar.gz
gentoo-47c3c0bb46af06b8a7819ea682bf46509cde2758.tar.bz2
gentoo-47c3c0bb46af06b8a7819ea682bf46509cde2758.zip
net-libs/xrootd: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/xrootd/xrootd-4.12.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/xrootd/xrootd-4.12.0.ebuild b/net-libs/xrootd/xrootd-4.12.0.ebuild
index 414f5edd4dc1..3974f5488b24 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