summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2024-07-30 10:30:40 +0200
committerPacho Ramos <pacho@gentoo.org>2024-07-30 10:48:03 +0200
commit32175d5658fe135ce21d3fdd21269be798b3156f (patch)
treef0e7a065a73642dd46717cb41bfa02de1aab3073 /games-board
parentdev-vcs/gitstats: Support python 3.12 (diff)
downloadgentoo-32175d5658fe135ce21d3fdd21269be798b3156f.tar.gz
gentoo-32175d5658fe135ce21d3fdd21269be798b3156f.tar.bz2
gentoo-32175d5658fe135ce21d3fdd21269be798b3156f.zip
games-board/gnome-mines: Support python 3.12
Closes: https://bugs.gentoo.org/929573 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'games-board')
-rw-r--r--games-board/gnome-mines/gnome-mines-40.1.ebuild12
1 files 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() {