diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-02-16 00:26:39 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-02-16 02:29:39 -0500 |
commit | 4df2b3c0bd0db5b06cb3e9f8e034e181cea21fe0 (patch) | |
tree | 3827ed96bbdbbd7d8f5ba4666b1ecfaef195cc7d /games-board | |
parent | games-arcade/jumpnbump: fix BetterCompressionUri (diff) | |
download | gentoo-4df2b3c0bd0db5b06cb3e9f8e034e181cea21fe0.tar.gz gentoo-4df2b3c0bd0db5b06cb3e9f8e034e181cea21fe0.tar.bz2 gentoo-4df2b3c0bd0db5b06cb3e9f8e034e181cea21fe0.zip |
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@gentoo.org>
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/scid/scid-4.7.0-r1.ebuild (renamed from games-board/scid/scid-4.7.0.ebuild) | 4 |
1 files 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 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" |