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: Wed, 09 Jun 2021 07:41:08
Message-Id: 1623224460.052f09d4e94f2c197e936a8efb35062c5bd4cb60.mgorny@gentoo
1 commit: 052f09d4e94f2c197e936a8efb35062c5bd4cb60
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 9 07:39:41 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 9 07:41:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=052f09d4
7
8 sys-apps/file: Enable py3.10
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-apps/file/file-5.40-r2.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.40-r2.ebuild b/sys-apps/file/file-5.40-r2.ebuild
17 index 03607930389..74b875bde52 100644
18 --- a/sys-apps/file/file-5.40-r2.ebuild
19 +++ b/sys-apps/file/file-5.40-r2.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python3_{7..9} )
25 +PYTHON_COMPAT=( python3_{8..10} )
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 67c33d9f485..9e1359cd588 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_{7..9} )
39 +PYTHON_COMPAT=( python3_{8..10} )
40 DISTUTILS_OPTIONAL=1
41
42 inherit distutils-r1 libtool toolchain-funcs multilib-minimal