diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2020-06-05 11:45:59 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2020-06-05 11:46:15 -0400 |
commit | 8d3dcada2e7f09cdd7a78526593cdbef0928fefa (patch) | |
tree | 12506e521b540e42c36ec12c987186bd3848fac0 /app-portage/grs | |
parent | app-portage/grs: remove older version (diff) | |
download | gentoo-8d3dcada2e7f09cdd7a78526593cdbef0928fefa.tar.gz gentoo-8d3dcada2e7f09cdd7a78526593cdbef0928fefa.tar.bz2 gentoo-8d3dcada2e7f09cdd7a78526593cdbef0928fefa.zip |
app-portage/grs: bump to python 3.7 and 3.8
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'app-portage/grs')
-rw-r--r-- | app-portage/grs/grs-0.7.ebuild | 2 | ||||
-rw-r--r-- | app-portage/grs/grs-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/grs/grs-0.7.ebuild b/app-portage/grs/grs-0.7.ebuild index aaaa51e6533a..c0dd4da74b1a 100644 --- a/app-portage/grs/grs-0.7.ebuild +++ b/app-portage/grs/grs-0.7.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{7,8} ) inherit distutils-r1 linux-info diff --git a/app-portage/grs/grs-9999.ebuild b/app-portage/grs/grs-9999.ebuild index d586cdacd930..04dfe2966f17 100644 --- a/app-portage/grs/grs-9999.ebuild +++ b/app-portage/grs/grs-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{7,8} ) inherit distutils-r1 linux-info |