commit:     0c7b27fb1066a3b7c20714406c21727d59325bff
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 20 02:34:52 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Apr 20 02:34:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c7b27fb

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

Also fix DEPEND -> BDEPEND typo.

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

 games-board/tali/tali-40.0.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/games-board/tali/tali-40.0.ebuild 
b/games-board/tali/tali-40.0.ebuild
index 1fb49b46a61..e7d48dcfafe 100644
--- a/games-board/tali/tali-40.0.ebuild
+++ b/games-board/tali/tali-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 xdg
+PYTHON_COMPAT=( python3_{7..9} )
+inherit gnome.org gnome2-utils meson python-any-r1 xdg
 
 DESCRIPTION="Beat the odds in a poker-style dice game"
 HOMEPAGE="https://wiki.gnome.org/Apps/Tali";
@@ -10,7 +11,6 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Tali";
 LICENSE="GPL-2+ FDL-1.1+"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE=""
 
 DEPEND="
        dev-libs/glib:2
@@ -20,7 +20,8 @@ DEPEND="
 RDEPEND="${DEPEND}
        >=gnome-base/librsvg-2.32:2
 "
-DEPEND="
+BDEPEND="
+       ${PYTHON_DEPS}
        dev-libs/appstream-glib
        dev-util/itstool
        >=sys-devel/gettext-0.19.8

Reply via email to