commit: cf4558dc5eaed5f248a75437e30abb6c5a5a13a1 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Tue Jul 30 08:34:32 2024 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Tue Jul 30 08:48:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf4558dc
games-puzzle/gnome-tetravex: Support python 3.12 Closes: https://bugs.gentoo.org/929588 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> games-puzzle/gnome-tetravex/gnome-tetravex-3.38.2.ebuild | 12 ++++++------ 1 file 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() {
