Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroneko/
Date: Sun, 06 Nov 2022 05:51:33
Message-Id: 1667713862.95a1eb07ddd80da9acd03b6b7764496d7839d570.sam@gentoo
1 commit: 95a1eb07ddd80da9acd03b6b7764496d7839d570
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 6 05:51:02 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 6 05:51:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95a1eb07
7
8 app-portage/kuroneko: disable Python 3.8
9
10 The pkgcore stack is going to require Python 3.9.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 app-portage/kuroneko/kuroneko-0.1.3.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-portage/kuroneko/kuroneko-0.1.3.ebuild b/app-portage/kuroneko/kuroneko-0.1.3.ebuild
18 index 8760452d1720..6d50f27d49e1 100644
19 --- a/app-portage/kuroneko/kuroneko-0.1.3.ebuild
20 +++ b/app-portage/kuroneko/kuroneko-0.1.3.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -PYTHON_COMPAT=( python3_{8..10} )
26 +PYTHON_COMPAT=( python3_{9..10} )
27 inherit distutils-r1
28
29 DESCRIPTION="Vulnerability checker using data scraped from Gentoo Bugzilla"