diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-09 09:39:41 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-09 09:41:00 +0200 |
commit | 052f09d4e94f2c197e936a8efb35062c5bd4cb60 (patch) | |
tree | c61cfec9c9f8435dec49ddd5a519bb1290898218 /sys-apps/file | |
parent | mail-filter/postsrsd: clean up vulnerable version (diff) | |
download | gentoo-052f09d4e94f2c197e936a8efb35062c5bd4cb60.tar.gz gentoo-052f09d4e94f2c197e936a8efb35062c5bd4cb60.tar.bz2 gentoo-052f09d4e94f2c197e936a8efb35062c5bd4cb60.zip |
sys-apps/file: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-apps/file')
-rw-r--r-- | sys-apps/file/file-5.40-r2.ebuild | 2 | ||||
-rw-r--r-- | 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 036079303892..74b875bde528 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 67c33d9f4859..9e1359cd588f 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 |