diff options
author | 2023-07-13 09:26:19 +0100 | |
---|---|---|
committer | 2023-07-13 09:26:19 +0100 | |
commit | 4e819f0752d23f3e629f0b4ce54f3d2dc5fe8f98 (patch) | |
tree | 76f086090ee1c390cefe37bf5c77375f6a21c4ee /sys-apps/file | |
parent | sys-apps/file: fix for sed-bsd (diff) | |
download | gentoo-4e819f0752d23f3e629f0b4ce54f3d2dc5fe8f98.tar.gz gentoo-4e819f0752d23f3e629f0b4ce54f3d2dc5fe8f98.tar.bz2 gentoo-4e819f0752d23f3e629f0b4ce54f3d2dc5fe8f98.zip |
sys-apps/file: disable py3.9
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/file')
-rw-r--r-- | sys-apps/file/file-5.44-r3.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.44-r3.ebuild b/sys-apps/file/file-5.44-r3.ebuild index 80a30f3270c3..bbf929ba27f1 100644 --- a/sys-apps/file/file-5.44-r3.ebuild +++ b/sys-apps/file/file-5.44-r3.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools DISTUTILS_OPTIONAL=1 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) 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 9ad85783b1a0..c50090845eaf 100644 --- a/sys-apps/file/file-9999.ebuild +++ b/sys-apps/file/file-9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools DISTUTILS_OPTIONAL=1 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 libtool toolchain-funcs multilib-minimal |