diff --git a/games-board/pysolfc/pysolfc-3.0.0.ebuild b/games-board/pysolfc/pysolfc-3.0.0.ebuild index fee3dbfb8e5aa..adff3487f9f43 100644 --- a/games-board/pysolfc/pysolfc-3.0.0.ebuild +++ b/games-board/pysolfc/pysolfc-3.0.0.ebuild @@ -5,8 +5,9 @@ EAPI=8 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) PYTHON_REQ_USE="tk" + inherit distutils-r1 xdg MY_PN="PySolFC"