commit:     3caab8745cd5507372180df9beaf689058f7b69c
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 20 02:36:50 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Apr 20 02:37:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3caab874

games-board/gnome-mines: use ${EPYTHON}, not python3

Closes: https://bugs.gentoo.org/778848
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 games-board/gnome-mines/gnome-mines-40.0.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/games-board/gnome-mines/gnome-mines-40.0.ebuild 
b/games-board/gnome-mines/gnome-mines-40.0.ebuild
index 8eefbf38697..547c48b85e1 100644
--- a/games-board/gnome-mines/gnome-mines-40.0.ebuild
+++ b/games-board/gnome-mines/gnome-mines-40.0.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit gnome.org gnome2-utils meson vala xdg
+PYTHON_COMPAT=( python3_{7..9} )
+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";
@@ -10,7 +11,6 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Mines";
 LICENSE="GPL-3+ CC-BY-SA-3.0"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE=""
 
 RDEPEND="
        >=dev-libs/glib-2.40:2
@@ -21,6 +21,7 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 BDEPEND="
+       ${PYTHON_DEPS}
        $(vala_depend)
        dev-libs/appstream-glib
        dev-libs/libxml2:2

Reply via email to