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/xrootd/
Date: Sun, 02 Aug 2020 12:03:07
Message-Id: 1596369770.47c3c0bb46af06b8a7819ea682bf46509cde2758.mgorny@gentoo
1 commit: 47c3c0bb46af06b8a7819ea682bf46509cde2758
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 2 11:55:25 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 2 12:02:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47c3c0bb
7
8 net-libs/xrootd: Remove py2.7
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-libs/xrootd/xrootd-4.12.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-libs/xrootd/xrootd-4.12.0.ebuild b/net-libs/xrootd/xrootd-4.12.0.ebuild
16 index 414f5edd4dc..3974f5488b2 100644
17 --- a/net-libs/xrootd/xrootd-4.12.0.ebuild
18 +++ b/net-libs/xrootd/xrootd-4.12.0.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
24 +PYTHON_COMPAT=( python3_{6,7,8} )
25
26 inherit cmake-utils python-single-r1