diff options
Diffstat (limited to 'games-board/gnome-mines')
-rw-r--r-- | games-board/gnome-mines/gnome-mines-40.1.ebuild | 12 |
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() { |