commit: 4df2b3c0bd0db5b06cb3e9f8e034e181cea21fe0
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 05:26:39 2023 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 07:29:39 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4df2b3c0
games-board/scid: EAPI7->8, enable py3.11
Python usage is rather minimal here (with USE=scripts), albeit not
very familiar with it so not 100% sure it's still working right.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-board/scid/{scid-4.7.0.ebuild => scid-4.7.0-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-board/scid/scid-4.7.0.ebuild
b/games-board/scid/scid-4.7.0-r1.ebuild
similarity index 98%
rename from games-board/scid/scid-4.7.0.ebuild
rename to games-board/scid/scid-4.7.0-r1.ebuild
index a5feff4f3154..ba612745c288 100644
--- a/games-board/scid/scid-4.7.0.ebuild
+++ b/games-board/scid/scid-4.7.0-r1.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit cmake desktop optfeature python-single-r1
DESCRIPTION="Shane's Chess Information Database"