summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Jorna <wraeth@gentoo.org>2022-07-03 21:24:59 +1000
committerSam Jorna <wraeth@gentoo.org>2022-07-03 21:43:43 +1000
commite2f65b56cb902173d16e9a6c07837ececeae4775 (patch)
treec1df718f9977b0f0d4cac76d75f854f9440a204c /sys-apps/kcheck/kcheck-9999.ebuild
parentdev-python/sqlalchemy: Remove old (diff)
downloadgentoo-e2f65b56cb902173d16e9a6c07837ececeae4775.tar.gz
gentoo-e2f65b56cb902173d16e9a6c07837ececeae4775.tar.bz2
gentoo-e2f65b56cb902173d16e9a6c07837ececeae4775.zip
sys-apps/kcheck: bump python compat, fix distutils
* Bump PYTHON_COMPAT to 3.8-3.10. * Fix wrong value for DISTUTILS_USE_SETUPTOOLS per bug 810772. Closes: https://bugs.gentoo.org/832254 Closes: https://bugs.gentoo.org/810772 Signed-off-by: Sam Jorna <wraeth@gentoo.org>
Diffstat (limited to 'sys-apps/kcheck/kcheck-9999.ebuild')
-rw-r--r--sys-apps/kcheck/kcheck-9999.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-apps/kcheck/kcheck-9999.ebuild b/sys-apps/kcheck/kcheck-9999.ebuild
index f710c7d3e34f..364c02952611 100644
--- a/sys-apps/kcheck/kcheck-9999.ebuild
+++ b/sys-apps/kcheck/kcheck-9999.ebuild
@@ -2,8 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1