From 3792b17070c115ffdd0f4301bf8dddfa86fe3ee1 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 27 Jul 2023 07:23:42 +0100 Subject: app-admin/setools: disable py3.9 Signed-off-by: Sam James --- app-admin/setools/setools-4.4.1.ebuild | 2 +- app-admin/setools/setools-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'app-admin') 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 -- cgit v1.2.3-65-gdbad