commit:     71fcdc0ec2158b9e1f82c2a726054ebb23a767f9
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 20 02:38:03 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Apr 20 02:38:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71fcdc0e

games-puzzle/gnome-sudoku: use ${EPYTHON}, not python3

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

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

diff --git a/games-puzzle/gnome-sudoku/gnome-sudoku-40.0.ebuild 
b/games-puzzle/gnome-sudoku/gnome-sudoku-40.0.ebuild
index 32bf1bb1dea..693d2558f9b 100644
--- a/games-puzzle/gnome-sudoku/gnome-sudoku-40.0.ebuild
+++ b/games-puzzle/gnome-sudoku/gnome-sudoku-40.0.ebuild
@@ -2,9 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+PYTHON_COMPAT=( python3_{7..9} )
 VALA_MIN_API_VERSION="0.40"
 
-inherit gnome.org gnome2-utils meson vala xdg
+inherit gnome.org gnome2-utils meson python-any-r1 vala xdg
 
 DESCRIPTION="Test your logic skills in this number grid puzzle"
 HOMEPAGE="https://wiki.gnome.org/Apps/Sudoku";
@@ -12,7 +13,6 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Sudoku";
 LICENSE="GPL-3+ CC-BY-SA-3.0"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE=""
 
 RDEPEND="
        >=dev-libs/glib-2.40:2
@@ -25,6 +25,7 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 BDEPEND="
+       ${PYTHON_DEPS}
        $(vala_depend)
        dev-libs/appstream-glib
        dev-util/itstool

Reply via email to