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/nattka/
Date: Sun, 06 Nov 2022 05:51:33
Message-Id: 1667713822.6c252427277d2d91f50826242644bc1df251bd0d.sam@gentoo
1 commit: 6c252427277d2d91f50826242644bc1df251bd0d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 6 05:50:22 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 6 05:50:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c252427
7
8 app-portage/nattka: 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/nattka/nattka-0.3.1.ebuild | 2 +-
15 app-portage/nattka/nattka-0.4.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/app-portage/nattka/nattka-0.3.1.ebuild b/app-portage/nattka/nattka-0.3.1.ebuild
19 index 8b8256936b3a..0318912e1479 100644
20 --- a/app-portage/nattka/nattka-0.3.1.ebuild
21 +++ b/app-portage/nattka/nattka-0.3.1.ebuild
22 @@ -4,7 +4,7 @@
23 EAPI=8
24
25 DISTUTILS_USE_PEP517=flit
26 -PYTHON_COMPAT=( python3_{8..10} )
27 +PYTHON_COMPAT=( python3_{9..10} )
28
29 inherit distutils-r1
30
31
32 diff --git a/app-portage/nattka/nattka-0.4.ebuild b/app-portage/nattka/nattka-0.4.ebuild
33 index d081e89d68fd..9e68464b4818 100644
34 --- a/app-portage/nattka/nattka-0.4.ebuild
35 +++ b/app-portage/nattka/nattka-0.4.ebuild
36 @@ -4,7 +4,7 @@
37 EAPI=8
38
39 DISTUTILS_USE_PEP517=flit
40 -PYTHON_COMPAT=( python3_{8..11} )
41 +PYTHON_COMPAT=( python3_{9..11} )
42
43 inherit distutils-r1