Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/nattka/
Date: Sat, 30 May 2020 07:40:35
Message-Id: 1590824420.1efea2dd87de889a037e8e66d347e889d596fd62.mgorny@gentoo
1 commit: 1efea2dd87de889a037e8e66d347e889d596fd62
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 29 14:13:37 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat May 30 07:40:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1efea2dd
7
8 app-portage/nattka: Port to py39
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-portage/nattka/nattka-0.2.6.ebuild | 2 +-
13 app-portage/nattka/nattka-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-portage/nattka/nattka-0.2.6.ebuild b/app-portage/nattka/nattka-0.2.6.ebuild
17 index ddb28dfc1c2..f98f14f7755 100644
18 --- a/app-portage/nattka/nattka-0.2.6.ebuild
19 +++ b/app-portage/nattka/nattka-0.2.6.ebuild
20 @@ -4,7 +4,7 @@
21 EAPI=7
22
23 DISTUTILS_USE_SETUPTOOLS=rdepend
24 -PYTHON_COMPAT=( python3_{6,7,8} )
25 +PYTHON_COMPAT=( python3_{6..9} )
26
27 inherit distutils-r1
28
29
30 diff --git a/app-portage/nattka/nattka-9999.ebuild b/app-portage/nattka/nattka-9999.ebuild
31 index f575cbb977e..8e021291c6f 100644
32 --- a/app-portage/nattka/nattka-9999.ebuild
33 +++ b/app-portage/nattka/nattka-9999.ebuild
34 @@ -4,7 +4,7 @@
35 EAPI=7
36
37 DISTUTILS_USE_SETUPTOOLS=rdepend
38 -PYTHON_COMPAT=( python3_{6,7,8} )
39 +PYTHON_COMPAT=( python3_{6..9} )
40
41 inherit distutils-r1 git-r3