diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-02 13:55:25 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-02 14:02:50 +0200 |
commit | 47c3c0bb46af06b8a7819ea682bf46509cde2758 (patch) | |
tree | 0c57aa8d05617aae10e7e536acf5caa861f3ac7e /net-libs/xrootd | |
parent | net-libs/libsearpc: Remove py2.7 where possible (diff) | |
download | gentoo-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/xrootd')
-rw-r--r-- | net-libs/xrootd/xrootd-4.12.0.ebuild | 2 |
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 |