diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-07-30 10:34:32 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-07-30 10:48:04 +0200 |
commit | cf4558dc5eaed5f248a75437e30abb6c5a5a13a1 (patch) | |
tree | 28f68efdc60043e2d6fbd619460ca06a633cc973 /games-puzzle | |
parent | games-engines/scrap-engine: enable py3.12 (diff) | |
download | gentoo-cf4558dc5eaed5f248a75437e30abb6c5a5a13a1.tar.gz gentoo-cf4558dc5eaed5f248a75437e30abb6c5a5a13a1.tar.bz2 gentoo-cf4558dc5eaed5f248a75437e30abb6c5a5a13a1.zip |
games-puzzle/gnome-tetravex: Support python 3.12
Closes: https://bugs.gentoo.org/929588
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/gnome-tetravex/gnome-tetravex-3.38.2.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/games-puzzle/gnome-tetravex/gnome-tetravex-3.38.2.ebuild b/games-puzzle/gnome-tetravex/gnome-tetravex-3.38.2.ebuild index 9c4fef69a495..4c7575abd646 100644 --- a/games-puzzle/gnome-tetravex/gnome-tetravex-3.38.2.ebuild +++ b/games-puzzle/gnome-tetravex/gnome-tetravex-3.38.2.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 -PYTHON_COMPAT=( python3_{9..11} ) +EAPI=8 +PYTHON_COMPAT=( python3_{10..12} ) inherit gnome.org gnome2-utils meson python-any-r1 vala xdg DESCRIPTION="Complete the puzzle by matching numbered tiles" -HOMEPAGE="https://wiki.gnome.org/Apps/Tetravex" +HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-tetravex" LICENSE="GPL-2+ CC-BY-SA-3.0" SLOT="0" @@ -33,8 +33,8 @@ PATCHES=( ) src_prepare() { - xdg_src_prepare - vala_src_prepare + default + vala_setup } src_configure() { |