summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2021-04-19 22:39:36 -0400
committerMatt Turner <mattst88@gentoo.org>2021-04-19 22:39:42 -0400
commite17d7655a6be0eb8cff2630daf1c5c373b44e572 (patch)
treeee843f03d46f82ea5ddd36b61302654131e76371 /gnome-extra
parentgames-puzzle/gnome-sudoku: use ${EPYTHON}, not python3 (diff)
downloadgentoo-e17d7655a6be0eb8cff2630daf1c5c373b44e572.tar.gz
gentoo-e17d7655a6be0eb8cff2630daf1c5c373b44e572.tar.bz2
gentoo-e17d7655a6be0eb8cff2630daf1c5c373b44e572.zip
gnome-extra/gucharmap: use ${EPYTHON}, not python3
Closes: https://bugs.gentoo.org/768618 Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/gucharmap/gucharmap-13.0.4.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/gnome-extra/gucharmap/gucharmap-13.0.4.ebuild b/gnome-extra/gucharmap/gucharmap-13.0.4.ebuild
index 4a269319e584..43bfb99d7917 100644
--- a/gnome-extra/gucharmap/gucharmap-13.0.4.ebuild
+++ b/gnome-extra/gucharmap/gucharmap-13.0.4.ebuild
@@ -2,11 +2,11 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-
+PYTHON_COMPAT=( python3_{7..9} )
VALA_MIN_API_VERSION="0.26"
VALA_USE_DEPEND="vapigen"
-inherit gnome2-utils meson vala xdg
+inherit gnome2-utils meson python-any-r1 vala xdg
DESCRIPTION="Unicode character map viewer and library"
HOMEPAGE="https://wiki.gnome.org/Apps/Gucharmap"
@@ -21,7 +21,9 @@ UNICODE_VERSION="13.0"
IUSE="debug +introspection gtk-doc vala"
REQUIRED_USE="vala? ( introspection )"
-BDEPEND="virtual/pkgconfig
+BDEPEND="
+ ${PYTHON_DEPS}
+ virtual/pkgconfig
>=sys-devel/gettext-0.19.8
gtk-doc? ( >=dev-util/gtk-doc-1 )
introspection? ( >=dev-libs/gobject-introspection-1.54:= )