diff options
author | Sam Jorna <wraeth@gentoo.org> | 2022-07-03 21:24:59 +1000 |
---|---|---|
committer | Sam Jorna <wraeth@gentoo.org> | 2022-07-03 21:43:43 +1000 |
commit | e2f65b56cb902173d16e9a6c07837ececeae4775 (patch) | |
tree | c1df718f9977b0f0d4cac76d75f854f9440a204c /sys-apps/kcheck/kcheck-9999.ebuild | |
parent | dev-python/sqlalchemy: Remove old (diff) | |
download | gentoo-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.ebuild | 3 |
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 |