commit: 6c252427277d2d91f50826242644bc1df251bd0d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 6 05:50:22 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov 6 05:50:22 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c252427
app-portage/nattka: disable Python 3.8
The pkgcore stack is going to require Python 3.9.
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-portage/nattka/nattka-0.3.1.ebuild | 2 +-
app-portage/nattka/nattka-0.4.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-portage/nattka/nattka-0.3.1.ebuild
b/app-portage/nattka/nattka-0.3.1.ebuild
index 8b8256936b3a..0318912e1479 100644
--- a/app-portage/nattka/nattka-0.3.1.ebuild
+++ b/app-portage/nattka/nattka-0.3.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{9..10} )
inherit distutils-r1
diff --git a/app-portage/nattka/nattka-0.4.ebuild
b/app-portage/nattka/nattka-0.4.ebuild
index d081e89d68fd..9e68464b4818 100644
--- a/app-portage/nattka/nattka-0.4.ebuild
+++ b/app-portage/nattka/nattka-0.4.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1