diff options
author | Patrick Lauer <patrick@gentoo.org> | 2024-04-16 09:32:35 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2024-04-16 09:34:46 +0000 |
commit | 16d3910197f8534cce68aaa6c2a42c2faff669b5 (patch) | |
tree | 1ceec9fbdddf75cfd9c939c0da1b6c9bb833587a /games-board | |
parent | profiles/package.mask: last-rite dev-python/carbon (diff) | |
download | gentoo-16d3910197f8534cce68aaa6c2a42c2faff669b5.tar.gz gentoo-16d3910197f8534cce68aaa6c2a42c2faff669b5.tar.bz2 gentoo-16d3910197f8534cce68aaa6c2a42c2faff669b5.zip |
games-board/scid: enable py3.12
Closes: https://bugs.gentoo.org/929575
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/scid/scid-4.7.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-board/scid/scid-4.7.0-r1.ebuild b/games-board/scid/scid-4.7.0-r1.ebuild index 14e71f141b86..2d2932211729 100644 --- a/games-board/scid/scid-4.7.0-r1.ebuild +++ b/games-board/scid/scid-4.7.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit cmake desktop optfeature python-single-r1 DESCRIPTION="Shane's Chess Information Database" |