summaryrefslogtreecommitdiff
path: root/gnome-extra/gucharmap/gucharmap-15.0.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-extra/gucharmap/gucharmap-15.0.2.ebuild')
-rw-r--r--gnome-extra/gucharmap/gucharmap-15.0.2.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnome-extra/gucharmap/gucharmap-15.0.2.ebuild b/gnome-extra/gucharmap/gucharmap-15.0.2.ebuild
index c0100aa369f5..3b59c1f301a0 100644
--- a/gnome-extra/gucharmap/gucharmap-15.0.2.ebuild
+++ b/gnome-extra/gucharmap/gucharmap-15.0.2.ebuild
@@ -2,8 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
+PYTHON_COMPAT=( python3_{8..11} )
-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"
@@ -27,6 +28,7 @@ RDEPEND="media-libs/freetype:2
"
DEPEND="${RDEPEND}"
BDEPEND="
+ ${PYTHON_DEPS}
app-text/docbook-xml-dtd:4.1.2
dev-util/itstool
>=sys-devel/gettext-0.19.8