mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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:
@@ -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"
|
||||
Reference in New Issue
Block a user