commit: 052f09d4e94f2c197e936a8efb35062c5bd4cb60
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 9 07:39:41 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 9 07:41:00 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=052f09d4
sys-apps/file: Enable py3.10
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sys-apps/file/file-5.40-r2.ebuild | 2 +-
sys-apps/file/file-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-apps/file/file-5.40-r2.ebuild
b/sys-apps/file/file-5.40-r2.ebuild
index 03607930389..74b875bde52 100644
--- a/sys-apps/file/file-5.40-r2.ebuild
+++ b/sys-apps/file/file-5.40-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_OPTIONAL=1
inherit distutils-r1 libtool toolchain-funcs multilib-minimal
diff --git a/sys-apps/file/file-9999.ebuild b/sys-apps/file/file-9999.ebuild
index 67c33d9f485..9e1359cd588 100644
--- a/sys-apps/file/file-9999.ebuild
+++ b/sys-apps/file/file-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_OPTIONAL=1
inherit distutils-r1 libtool toolchain-funcs multilib-minimal