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, 28 May 2020 19:39:28
Message-Id: 1590694758.bf0211e601d7965a024e912d6429f2294a785268.mgorny@gentoo
1 commit: bf0211e601d7965a024e912d6429f2294a785268
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 28 19:04:10 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 28 19:39:18 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf0211e6
7
8 sys-apps/file: Port to py39
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-apps/file/file-5.38-r1.ebuild | 2 +-
13 sys-apps/file/file-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-apps/file/file-5.38-r1.ebuild b/sys-apps/file/file-5.38-r1.ebuild
17 index 3cf4bfbc83c..7cc59569164 100644
18 --- a/sys-apps/file/file-5.38-r1.ebuild
19 +++ b/sys-apps/file/file-5.38-r1.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python3_{6,7,8} )
25 +PYTHON_COMPAT=( python3_{6..9} )
26 DISTUTILS_OPTIONAL=1
27
28 inherit distutils-r1 libtool toolchain-funcs multilib-minimal
29
30 diff --git a/sys-apps/file/file-9999.ebuild b/sys-apps/file/file-9999.ebuild
31 index 9a1e2fcac32..0fd7e8ca10d 100644
32 --- a/sys-apps/file/file-9999.ebuild
33 +++ b/sys-apps/file/file-9999.ebuild
34 @@ -3,7 +3,7 @@
35
36 EAPI=7
37
38 -PYTHON_COMPAT=( python3_{6,7,8} )
39 +PYTHON_COMPAT=( python3_{6..9} )
40 DISTUTILS_OPTIONAL=1
41
42 inherit distutils-r1 libtool toolchain-funcs multilib-minimal