Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/grs/
Date: Fri, 05 Jun 2020 15:46:24
Message-Id: 1591371975.8d3dcada2e7f09cdd7a78526593cdbef0928fefa.blueness@gentoo
1 commit: 8d3dcada2e7f09cdd7a78526593cdbef0928fefa
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 5 15:45:59 2020 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 5 15:46:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d3dcada
7
8 app-portage/grs: bump to python 3.7 and 3.8
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
12
13 app-portage/grs/grs-0.7.ebuild | 2 +-
14 app-portage/grs/grs-9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-portage/grs/grs-0.7.ebuild b/app-portage/grs/grs-0.7.ebuild
18 index aaaa51e6533..c0dd4da74b1 100644
19 --- a/app-portage/grs/grs-0.7.ebuild
20 +++ b/app-portage/grs/grs-0.7.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=( python3_6 )
26 +PYTHON_COMPAT=( python3_{7,8} )
27
28 inherit distutils-r1 linux-info
29
30
31 diff --git a/app-portage/grs/grs-9999.ebuild b/app-portage/grs/grs-9999.ebuild
32 index d586cdacd93..04dfe2966f1 100644
33 --- a/app-portage/grs/grs-9999.ebuild
34 +++ b/app-portage/grs/grs-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=( python3_6 )
40 +PYTHON_COMPAT=( python3_{7,8} )
41
42 inherit distutils-r1 linux-info