Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/elicense/
Date: Wed, 02 Sep 2020 15:58:39
Message-Id: 1599062312.c4c13bff673b3609af310c59225170caca4167a7.whissi@gentoo
1 commit: c4c13bff673b3609af310c59225170caca4167a7
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 2 15:58:16 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 15:58:32 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4c13bff
7
8 app-portage/elicense: add Python 3.8+ support
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 app-portage/elicense/elicense-1.0.2.ebuild | 2 +-
14 app-portage/elicense/elicense-9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-portage/elicense/elicense-1.0.2.ebuild b/app-portage/elicense/elicense-1.0.2.ebuild
18 index f671d14c41e..3cc632c4a60 100644
19 --- a/app-portage/elicense/elicense-1.0.2.ebuild
20 +++ b/app-portage/elicense/elicense-1.0.2.ebuild
21 @@ -2,7 +2,7 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="7"
25 -PYTHON_COMPAT=( python{3_6,3_7} )
26 +PYTHON_COMPAT=( python3_{6,7,8,9} )
27 inherit distutils-r1
28
29 if [[ ${PV} == "9999" ]]; then
30
31 diff --git a/app-portage/elicense/elicense-9999.ebuild b/app-portage/elicense/elicense-9999.ebuild
32 index 62562385f1e..21bffddfdfb 100644
33 --- a/app-portage/elicense/elicense-9999.ebuild
34 +++ b/app-portage/elicense/elicense-9999.ebuild
35 @@ -2,7 +2,7 @@
36 # Distributed under the terms of the GNU General Public License v2
37
38 EAPI="7"
39 -PYTHON_COMPAT=( python{3_6,3_7} )
40 +PYTHON_COMPAT=( python3_{6,7,8,9} )
41 inherit distutils-r1
42
43 if [[ ${PV} == "9999" ]]; then