summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-11-06 05:50:22 +0000
committerSam James <sam@gentoo.org>2022-11-06 05:50:22 +0000
commit6c252427277d2d91f50826242644bc1df251bd0d (patch)
treedb9a557aa42c458d8fb88cf26cecc068b9928796 /app-portage
parentdev-util/unicorn: add 2.0.1 (diff)
downloadgentoo-6c252427277d2d91f50826242644bc1df251bd0d.tar.gz
gentoo-6c252427277d2d91f50826242644bc1df251bd0d.tar.bz2
gentoo-6c252427277d2d91f50826242644bc1df251bd0d.zip
app-portage/nattka: disable Python 3.8
The pkgcore stack is going to require Python 3.9. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/nattka/nattka-0.3.1.ebuild2
-rw-r--r--app-portage/nattka/nattka-0.4.ebuild2
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