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>
This commit is contained in:
Ionen Wolkens
2023-02-16 00:26:39 -05:00
parent 55a6050a7b
commit 4df2b3c0bd

View File

@@ -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"