commit: e17d7655a6be0eb8cff2630daf1c5c373b44e572
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 20 02:39:36 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Apr 20 02:39:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e17d7655
gnome-extra/gucharmap: use ${EPYTHON}, not python3
Closes: https://bugs.gentoo.org/768618
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
gnome-extra/gucharmap/gucharmap-13.0.4.ebuild | 8 +++++---
1 file 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 4a269319e58..43bfb99d791 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:= )