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: sys-apps/coreutils/
Date: Mon, 10 Feb 2020 13:26:58
Message-Id: 1581341189.b8e3907ad9923c6dfa07d88643465df624bf9829.mgorny@gentoo
1 commit: b8e3907ad9923c6dfa07d88643465df624bf9829
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 10 13:05:51 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 10 13:26:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8e3907a
7
8 sys-apps/coreutils: Remove py2 where possible
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-apps/coreutils/coreutils-8.30.ebuild | 2 +-
13 sys-apps/coreutils/coreutils-8.31-r1.ebuild | 2 +-
14 sys-apps/coreutils/coreutils-8.31.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/sys-apps/coreutils/coreutils-8.30.ebuild b/sys-apps/coreutils/coreutils-8.30.ebuild
18 index 03b60ae8554..99156b6acf8 100644
19 --- a/sys-apps/coreutils/coreutils-8.30.ebuild
20 +++ b/sys-apps/coreutils/coreutils-8.30.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI="6"
24
25 -PYTHON_COMPAT=( python{2_7,3_6} )
26 +PYTHON_COMPAT=( python3_6 )
27
28 inherit eutils flag-o-matic python-any-r1 toolchain-funcs
29
30
31 diff --git a/sys-apps/coreutils/coreutils-8.31-r1.ebuild b/sys-apps/coreutils/coreutils-8.31-r1.ebuild
32 index b41b9ca21bf..60949e9d236 100644
33 --- a/sys-apps/coreutils/coreutils-8.31-r1.ebuild
34 +++ b/sys-apps/coreutils/coreutils-8.31-r1.ebuild
35 @@ -3,7 +3,7 @@
36
37 EAPI="6"
38
39 -PYTHON_COMPAT=( python{2_7,3_{6,7}} )
40 +PYTHON_COMPAT=( python3_{6,7} )
41
42 inherit eutils flag-o-matic python-any-r1 toolchain-funcs
43
44
45 diff --git a/sys-apps/coreutils/coreutils-8.31.ebuild b/sys-apps/coreutils/coreutils-8.31.ebuild
46 index 31a4e535548..6cb35ca90f1 100644
47 --- a/sys-apps/coreutils/coreutils-8.31.ebuild
48 +++ b/sys-apps/coreutils/coreutils-8.31.ebuild
49 @@ -3,7 +3,7 @@
50
51 EAPI="6"
52
53 -PYTHON_COMPAT=( python{2_7,3_{6,7}} )
54 +PYTHON_COMPAT=( python3_{6,7} )
55
56 inherit eutils flag-o-matic python-any-r1 toolchain-funcs