diff options
author | Sam James <sam@gentoo.org> | 2023-07-27 07:23:42 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-27 07:53:42 +0100 |
commit | 3792b17070c115ffdd0f4301bf8dddfa86fe3ee1 (patch) | |
tree | 54c0598cfac8d0396ea729457031ecbac6987842 /app-admin/setools | |
parent | dev-python/gssapi: backport cython-3 fix (diff) | |
download | gentoo-3792b17070c115ffdd0f4301bf8dddfa86fe3ee1.tar.gz gentoo-3792b17070c115ffdd0f4301bf8dddfa86fe3ee1.tar.bz2 gentoo-3792b17070c115ffdd0f4301bf8dddfa86fe3ee1.zip |
app-admin/setools: disable py3.9
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-admin/setools')
-rw-r--r-- | app-admin/setools/setools-4.4.1.ebuild | 2 | ||||
-rw-r--r-- | app-admin/setools/setools-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/setools/setools-4.4.1.ebuild b/app-admin/setools/setools-4.4.1.ebuild index a69ec8eb95c8..b7b5f128a984 100644 --- a/app-admin/setools/setools-4.4.1.ebuild +++ b/app-admin/setools/setools-4.4.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 diff --git a/app-admin/setools/setools-9999.ebuild b/app-admin/setools/setools-9999.ebuild index c9dbd1d564e9..ebd2c04ae49c 100644 --- a/app-admin/setools/setools-9999.ebuild +++ b/app-admin/setools/setools-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 |