commit:     4e149cb94a67b8a8b2de6d04dd543336573b765f
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  6 18:05:57 2023 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Mar  6 18:07:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e149cb9

app-portage/grs: enable python 3.11

Closes: https://bugs.gentoo.org/896624

Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 app-portage/grs/grs-0.7.ebuild    | 2 +-
 app-portage/grs/grs-0.8-r1.ebuild | 2 +-
 app-portage/grs/grs-9999.ebuild   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-portage/grs/grs-0.7.ebuild b/app-portage/grs/grs-0.7.ebuild
index 55591463910e..f4ad029668a2 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="8"
-PYTHON_COMPAT=( python3_{9,10} )
+PYTHON_COMPAT=( python3_{9,10,11} )
 DISTUTILS_USE_SETUPTOOLS=no
 
 inherit distutils-r1 linux-info

diff --git a/app-portage/grs/grs-0.8-r1.ebuild 
b/app-portage/grs/grs-0.8-r1.ebuild
index 8b4b3d70c10c..c9da5b2394a2 100644
--- a/app-portage/grs/grs-0.8-r1.ebuild
+++ b/app-portage/grs/grs-0.8-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
-PYTHON_COMPAT=( python3_{9,10} )
+PYTHON_COMPAT=( python3_{9,10,11} )
 DISTUTILS_USE_SETUPTOOLS=no
 
 inherit distutils-r1 linux-info

diff --git a/app-portage/grs/grs-9999.ebuild b/app-portage/grs/grs-9999.ebuild
index 84ef9c68439c..540cf24b2eb6 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="8"
-PYTHON_COMPAT=( python3_{9,10} )
+PYTHON_COMPAT=( python3_{9,10,11} )
 DISTUTILS_USE_SETUPTOOLS=no
 
 inherit distutils-r1 linux-info

Reply via email to