diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-04-19 22:34:52 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-04-19 22:34:59 -0400 |
commit | 0c7b27fb1066a3b7c20714406c21727d59325bff (patch) | |
tree | 6e4ba843d831efdd2bc5ea7b2afeb7b5a7bded5d /games-board | |
parent | media-gfx/gthumb: Version bump to 3.10.3 (diff) | |
download | gentoo-0c7b27fb1066a3b7c20714406c21727d59325bff.tar.gz gentoo-0c7b27fb1066a3b7c20714406c21727d59325bff.tar.bz2 gentoo-0c7b27fb1066a3b7c20714406c21727d59325bff.zip |
games-board/tali: use ${EPYTHON}, not python3
Also fix DEPEND -> BDEPEND typo.
Closes: https://bugs.gentoo.org/778854
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/tali/tali-40.0.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games-board/tali/tali-40.0.ebuild b/games-board/tali/tali-40.0.ebuild index 1fb49b46a61f..e7d48dcfafe5 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 |