From 8d3dcada2e7f09cdd7a78526593cdbef0928fefa Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Fri, 5 Jun 2020 11:45:59 -0400 Subject: 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 --- app-portage/grs/grs-0.7.ebuild | 2 +- 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 -- cgit v1.2.3-18-g5258