summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/kcheck/kcheck-9999.ebuild')
-rw-r--r--sys-apps/kcheck/kcheck-9999.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys-apps/kcheck/kcheck-9999.ebuild b/sys-apps/kcheck/kcheck-9999.ebuild
index dd37156e47c0..f1cb161e868b 100644
--- a/sys-apps/kcheck/kcheck-9999.ebuild
+++ b/sys-apps/kcheck/kcheck-9999.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# 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_{9..10} )
inherit distutils-r1
@@ -22,7 +21,7 @@ LICENSE="MIT"
SLOT="0"
RDEPEND="
- dev-python/configargparse[${PYTHON_USEDEP}]
+ dev-python/ConfigArgParse[${PYTHON_USEDEP}]
sys-apps/portage[${PYTHON_USEDEP}]"
src_install() {