commit: e2f65b56cb902173d16e9a6c07837ececeae4775 Author: Sam Jorna <wraeth <AT> gentoo <DOT> org> AuthorDate: Sun Jul 3 11:24:59 2022 +0000 Commit: Sam Jorna <wraeth <AT> gentoo <DOT> org> CommitDate: Sun Jul 3 11:43:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2f65b56
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 <AT> gentoo.org> sys-apps/kcheck/{kcheck-9999.ebuild => kcheck-0.0.2-r2.ebuild} | 3 +-- sys-apps/kcheck/kcheck-9999.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/sys-apps/kcheck/kcheck-9999.ebuild b/sys-apps/kcheck/kcheck-0.0.2-r2.ebuild similarity index 91% copy from sys-apps/kcheck/kcheck-9999.ebuild copy to sys-apps/kcheck/kcheck-0.0.2-r2.ebuild index f710c7d3e34f..364c02952611 100644 --- a/sys-apps/kcheck/kcheck-9999.ebuild +++ b/sys-apps/kcheck/kcheck-0.0.2-r2.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 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
