From db199aeb0bf859e55a1204d6778467f85d823f34 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Thu, 5 Aug 2021 02:38:20 -0400 Subject: app-portage/grs: add python 3.9 Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Anthony G. Basile --- app-portage/grs/grs-0.7.ebuild | 4 ++-- app-portage/grs/grs-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'app-portage') diff --git a/app-portage/grs/grs-0.7.ebuild b/app-portage/grs/grs-0.7.ebuild index ab99785d4f64..7d4700a6d76f 100644 --- a/app-portage/grs/grs-0.7.ebuild +++ b/app-portage/grs/grs-0.7.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{8,9} ) inherit distutils-r1 linux-info diff --git a/app-portage/grs/grs-9999.ebuild b/app-portage/grs/grs-9999.ebuild index c98149f22b02..33f52c59b465 100644 --- a/app-portage/grs/grs-9999.ebuild +++ b/app-portage/grs/grs-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{8,9} ) inherit distutils-r1 linux-info -- cgit v1.2.3-65-gdbad