diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2021-08-05 02:38:20 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2021-08-05 02:39:20 -0400 |
commit | db199aeb0bf859e55a1204d6778467f85d823f34 (patch) | |
tree | 33cdc31a05714fb070bffadc591816d25f1219be /app-portage | |
parent | dev-lang/python: Add concurrency hack-fix to 3.10 (diff) | |
download | gentoo-db199aeb0bf859e55a1204d6778467f85d823f34.tar.gz gentoo-db199aeb0bf859e55a1204d6778467f85d823f34.tar.bz2 gentoo-db199aeb0bf859e55a1204d6778467f85d823f34.zip |
app-portage/grs: add python 3.9
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/grs/grs-0.7.ebuild | 4 | ||||
-rw-r--r-- | app-portage/grs/grs-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
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 |