Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gucharmap/
Date: Tue, 20 Apr 2021 02:49:25
Message-Id: 1618886382.e17d7655a6be0eb8cff2630daf1c5c373b44e572.mattst88@gentoo
1 commit: e17d7655a6be0eb8cff2630daf1c5c373b44e572
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 20 02:39:36 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 20 02:39:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e17d7655
7
8 gnome-extra/gucharmap: use ${EPYTHON}, not python3
9
10 Closes: https://bugs.gentoo.org/768618
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 gnome-extra/gucharmap/gucharmap-13.0.4.ebuild | 8 +++++---
14 1 file changed, 5 insertions(+), 3 deletions(-)
15
16 diff --git a/gnome-extra/gucharmap/gucharmap-13.0.4.ebuild b/gnome-extra/gucharmap/gucharmap-13.0.4.ebuild
17 index 4a269319e58..43bfb99d791 100644
18 --- a/gnome-extra/gucharmap/gucharmap-13.0.4.ebuild
19 +++ b/gnome-extra/gucharmap/gucharmap-13.0.4.ebuild
20 @@ -2,11 +2,11 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=7
24 -
25 +PYTHON_COMPAT=( python3_{7..9} )
26 VALA_MIN_API_VERSION="0.26"
27 VALA_USE_DEPEND="vapigen"
28
29 -inherit gnome2-utils meson vala xdg
30 +inherit gnome2-utils meson python-any-r1 vala xdg
31
32 DESCRIPTION="Unicode character map viewer and library"
33 HOMEPAGE="https://wiki.gnome.org/Apps/Gucharmap"
34 @@ -21,7 +21,9 @@ UNICODE_VERSION="13.0"
35 IUSE="debug +introspection gtk-doc vala"
36 REQUIRED_USE="vala? ( introspection )"
37
38 -BDEPEND="virtual/pkgconfig
39 +BDEPEND="
40 + ${PYTHON_DEPS}
41 + virtual/pkgconfig
42 >=sys-devel/gettext-0.19.8
43 gtk-doc? ( >=dev-util/gtk-doc-1 )
44 introspection? ( >=dev-libs/gobject-introspection-1.54:= )