Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-mines/
Date: Tue, 20 Apr 2021 02:49:26
Message-Id: 1618886224.3caab8745cd5507372180df9beaf689058f7b69c.mattst88@gentoo
1 commit: 3caab8745cd5507372180df9beaf689058f7b69c
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 20 02:36:50 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 20 02:37:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3caab874
7
8 games-board/gnome-mines: use ${EPYTHON}, not python3
9
10 Closes: https://bugs.gentoo.org/778848
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 games-board/gnome-mines/gnome-mines-40.0.ebuild | 5 +++--
14 1 file changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/games-board/gnome-mines/gnome-mines-40.0.ebuild b/games-board/gnome-mines/gnome-mines-40.0.ebuild
17 index 8eefbf38697..547c48b85e1 100644
18 --- a/games-board/gnome-mines/gnome-mines-40.0.ebuild
19 +++ b/games-board/gnome-mines/gnome-mines-40.0.ebuild
20 @@ -2,7 +2,8 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=7
24 -inherit gnome.org gnome2-utils meson vala xdg
25 +PYTHON_COMPAT=( python3_{7..9} )
26 +inherit gnome.org gnome2-utils meson python-any-r1 vala xdg
27
28 DESCRIPTION="Clear hidden mines from a minefield"
29 HOMEPAGE="https://wiki.gnome.org/Apps/Mines"
30 @@ -10,7 +11,6 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Mines"
31 LICENSE="GPL-3+ CC-BY-SA-3.0"
32 SLOT="0"
33 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
34 -IUSE=""
35
36 RDEPEND="
37 >=dev-libs/glib-2.40:2
38 @@ -21,6 +21,7 @@ RDEPEND="
39 "
40 DEPEND="${RDEPEND}"
41 BDEPEND="
42 + ${PYTHON_DEPS}
43 $(vala_depend)
44 dev-libs/appstream-glib
45 dev-libs/libxml2:2