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/tali/
Date: Tue, 20 Apr 2021 02:49:25
Message-Id: 1618886099.0c7b27fb1066a3b7c20714406c21727d59325bff.mattst88@gentoo
1 commit: 0c7b27fb1066a3b7c20714406c21727d59325bff
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 20 02:34:52 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 20 02:34:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c7b27fb
7
8 games-board/tali: use ${EPYTHON}, not python3
9
10 Also fix DEPEND -> BDEPEND typo.
11
12 Closes: https://bugs.gentoo.org/778854
13 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
14
15 games-board/tali/tali-40.0.ebuild | 7 ++++---
16 1 file changed, 4 insertions(+), 3 deletions(-)
17
18 diff --git a/games-board/tali/tali-40.0.ebuild b/games-board/tali/tali-40.0.ebuild
19 index 1fb49b46a61..e7d48dcfafe 100644
20 --- a/games-board/tali/tali-40.0.ebuild
21 +++ b/games-board/tali/tali-40.0.ebuild
22 @@ -2,7 +2,8 @@
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 -inherit gnome.org gnome2-utils meson xdg
27 +PYTHON_COMPAT=( python3_{7..9} )
28 +inherit gnome.org gnome2-utils meson python-any-r1 xdg
29
30 DESCRIPTION="Beat the odds in a poker-style dice game"
31 HOMEPAGE="https://wiki.gnome.org/Apps/Tali"
32 @@ -10,7 +11,6 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Tali"
33 LICENSE="GPL-2+ FDL-1.1+"
34 SLOT="0"
35 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
36 -IUSE=""
37
38 DEPEND="
39 dev-libs/glib:2
40 @@ -20,7 +20,8 @@ DEPEND="
41 RDEPEND="${DEPEND}
42 >=gnome-base/librsvg-2.32:2
43 "
44 -DEPEND="
45 +BDEPEND="
46 + ${PYTHON_DEPS}
47 dev-libs/appstream-glib
48 dev-util/itstool
49 >=sys-devel/gettext-0.19.8