diff options
author | 2022-11-06 05:51:02 +0000 | |
---|---|---|
committer | 2022-11-06 05:51:02 +0000 | |
commit | 95a1eb07ddd80da9acd03b6b7764496d7839d570 (patch) | |
tree | 361d6e7b7579b21ff0cec1c955838b6ad57b4a49 /app-portage | |
parent | app-portage/nattka: disable Python 3.8 (diff) | |
download | gentoo-95a1eb07ddd80da9acd03b6b7764496d7839d570.tar.gz gentoo-95a1eb07ddd80da9acd03b6b7764496d7839d570.tar.bz2 gentoo-95a1eb07ddd80da9acd03b6b7764496d7839d570.zip |
app-portage/kuroneko: 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/kuroneko/kuroneko-0.1.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-portage/kuroneko/kuroneko-0.1.3.ebuild b/app-portage/kuroneko/kuroneko-0.1.3.ebuild index 8760452d1720..6d50f27d49e1 100644 --- a/app-portage/kuroneko/kuroneko-0.1.3.ebuild +++ b/app-portage/kuroneko/kuroneko-0.1.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit distutils-r1 DESCRIPTION="Vulnerability checker using data scraped from Gentoo Bugzilla" |