commit: 195686a42540bb646eeec97f159da922974ec5e0
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 5 19:51:55 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 5 19:52:52 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=195686a4
dev-util/pkgdev: disable py3.8
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-util/pkgdev/pkgdev-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/pkgdev/pkgdev-9999.ebuild
b/dev-util/pkgdev/pkgdev-9999.ebuild
index f42159a4c268..43088aafe85a 100644
--- a/dev-util/pkgdev/pkgdev-9999.ebuild
+++ b/dev-util/pkgdev/pkgdev-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
if [[ ${PV} == *9999 ]] ; then