From 4df2b3c0bd0db5b06cb3e9f8e034e181cea21fe0 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Thu, 16 Feb 2023 00:26:39 -0500 Subject: [PATCH] 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 --- games-board/scid/{scid-4.7.0.ebuild => scid-4.7.0-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename games-board/scid/{scid-4.7.0.ebuild => scid-4.7.0-r1.ebuild} (98%) 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 a5feff4f3154a..ba612745c2883 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"