From e17d7655a6be0eb8cff2630daf1c5c373b44e572 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Mon, 19 Apr 2021 22:39:36 -0400 Subject: gnome-extra/gucharmap: use ${EPYTHON}, not python3 Closes: https://bugs.gentoo.org/768618 Signed-off-by: Matt Turner --- gnome-extra/gucharmap/gucharmap-13.0.4.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'gnome-extra/gucharmap') 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:= ) -- cgit v1.2.3-65-gdbad