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/file/
Date: Thu, 07 May 2020 17:58:38
Message-Id: 1588874302.14522111e20247af9378192265e990f33eba1df6.mgorny@gentoo
1 commit: 14522111e20247af9378192265e990f33eba1df6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 7 15:18:36 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 7 17:58:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14522111
7
8 sys-apps/file: Remove py2.7
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-apps/file/file-5.37-r1.ebuild | 2 +-
13 sys-apps/file/file-5.38-r1.ebuild | 2 +-
14 sys-apps/file/file-9999.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/sys-apps/file/file-5.37-r1.ebuild b/sys-apps/file/file-5.37-r1.ebuild
18 index a0cd2743c94..72edb1d0c5c 100644
19 --- a/sys-apps/file/file-5.37-r1.ebuild
20 +++ b/sys-apps/file/file-5.37-r1.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
26 +PYTHON_COMPAT=( python3_{6,7,8} )
27 DISTUTILS_OPTIONAL=1
28
29 inherit distutils-r1 libtool toolchain-funcs multilib-minimal
30
31 diff --git a/sys-apps/file/file-5.38-r1.ebuild b/sys-apps/file/file-5.38-r1.ebuild
32 index 58bb745b6b5..3cf4bfbc83c 100644
33 --- a/sys-apps/file/file-5.38-r1.ebuild
34 +++ b/sys-apps/file/file-5.38-r1.ebuild
35 @@ -3,7 +3,7 @@
36
37 EAPI=7
38
39 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
40 +PYTHON_COMPAT=( python3_{6,7,8} )
41 DISTUTILS_OPTIONAL=1
42
43 inherit distutils-r1 libtool toolchain-funcs multilib-minimal
44
45 diff --git a/sys-apps/file/file-9999.ebuild b/sys-apps/file/file-9999.ebuild
46 index b092e57eb18..9a1e2fcac32 100644
47 --- a/sys-apps/file/file-9999.ebuild
48 +++ b/sys-apps/file/file-9999.ebuild
49 @@ -3,7 +3,7 @@
50
51 EAPI=7
52
53 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
54 +PYTHON_COMPAT=( python3_{6,7,8} )
55 DISTUTILS_OPTIONAL=1
56
57 inherit distutils-r1 libtool toolchain-funcs multilib-minimal