commit:     32175d5658fe135ce21d3fdd21269be798b3156f
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 30 08:30:40 2024 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Jul 30 08:48:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32175d56

games-board/gnome-mines: Support python 3.12

Closes: https://bugs.gentoo.org/929573
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 games-board/gnome-mines/gnome-mines-40.1.ebuild | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/games-board/gnome-mines/gnome-mines-40.1.ebuild 
b/games-board/gnome-mines/gnome-mines-40.1.ebuild
index b0ef7a340d18..d591d53e4cf9 100644
--- a/games-board/gnome-mines/gnome-mines-40.1.ebuild
+++ b/games-board/gnome-mines/gnome-mines-40.1.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=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="Clear hidden mines from a minefield"
-HOMEPAGE="https://wiki.gnome.org/Apps/Mines";
+HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-mines";
 
 LICENSE="GPL-3+ CC-BY-SA-3.0"
 SLOT="0"
@@ -32,8 +32,8 @@ BDEPEND="
 "
 
 src_prepare() {
-       xdg_src_prepare
-       vala_src_prepare
+       default
+       vala_setup
 }
 
 pkg_postinst() {

Reply via email to