diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-07-30 10:31:46 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-07-30 10:48:03 +0200 |
commit | 340c20b17490827a3af5838b26768deacf9c6914 (patch) | |
tree | 9fe5335cf885d57e14caedfff61a38822def88c8 /games-board | |
parent | games-board/gnome-mines: Support python 3.12 (diff) | |
download | gentoo-340c20b17490827a3af5838b26768deacf9c6914.tar.gz gentoo-340c20b17490827a3af5838b26768deacf9c6914.tar.bz2 gentoo-340c20b17490827a3af5838b26768deacf9c6914.zip |
games-board/tali: support python 3.12
Closes: https://bugs.gentoo.org/929576
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/tali/tali-40.9.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-board/tali/tali-40.9.ebuild b/games-board/tali/tali-40.9.ebuild index 6137aab92146..c4c96dc4f44b 100644 --- a/games-board/tali/tali-40.9.ebuild +++ b/games-board/tali/tali-40.9.ebuild @@ -1,12 +1,12 @@ -# 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_{10..12} ) inherit gnome.org gnome2-utils meson python-any-r1 xdg DESCRIPTION="Beat the odds in a poker-style dice game" -HOMEPAGE="https://wiki.gnome.org/Apps/Tali https://gitlab.gnome.org/GNOME/tali" +HOMEPAGE="https://gitlab.gnome.org/GNOME/tali" LICENSE="GPL-2+ FDL-1.1+" SLOT="0" |