summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2023-03-06 18:05:57 +0000
committerAnthony G. Basile <blueness@gentoo.org>2023-03-06 18:07:18 +0000
commit4e149cb94a67b8a8b2de6d04dd543336573b765f (patch)
tree50f8bf0190d121c2a79ff03a8a0241d2bf9a7bd1 /app-portage/grs/grs-0.8-r1.ebuild
parentsys-devel/crossdev: depend on sys-apps/config-site (diff)
downloadgentoo-4e149cb94a67b8a8b2de6d04dd543336573b765f.tar.gz
gentoo-4e149cb94a67b8a8b2de6d04dd543336573b765f.tar.bz2
gentoo-4e149cb94a67b8a8b2de6d04dd543336573b765f.zip
app-portage/grs: enable python 3.11
Closes: https://bugs.gentoo.org/896624 Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'app-portage/grs/grs-0.8-r1.ebuild')
-rw-r--r--app-portage/grs/grs-0.8-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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