commit: 2702c6fb9ac4ee582d3024ec03c7675bf424ce73
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 7 23:58:34 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Oct 8 00:09:16 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2702c6fb
games-board/gnubg: enable py3.11
Unsure if entirely functional w/ the more obscure scripts, but not
readily seeing anything.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-board/gnubg/gnubg-1.06.002-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-board/gnubg/gnubg-1.06.002-r3.ebuild
b/games-board/gnubg/gnubg-1.06.002-r3.ebuild
index 089ad905569b..23076663a5b6 100644
--- a/games-board/gnubg/gnubg-1.06.002-r3.ebuild
+++ b/games-board/gnubg/gnubg-1.06.002-r3.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit autotools desktop python-single-r1 xdg
DESCRIPTION="GNU BackGammon"