summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-12-03 10:01:35 -0500
committerMatt Turner <mattst88@gentoo.org>2022-12-03 10:02:14 -0500
commit0852fe3a4d68970230acd02f6299acefb36c2fce (patch)
treeb32bc9068bc71cec4ce5595367d275aa73bba2a6 /gnome-extra/gucharmap
parentdev-ruby/racc: Stabilize 1.6.0 x86, #884107 (diff)
downloadgentoo-0852fe3a4d68970230acd02f6299acefb36c2fce.tar.gz
gentoo-0852fe3a4d68970230acd02f6299acefb36c2fce.tar.bz2
gentoo-0852fe3a4d68970230acd02f6299acefb36c2fce.zip
gnome-extra/gucharmap: Restore PYTHON_COMPAT
I thought we didn't need this anymore :( Closes: https://bugs.gentoo.org/884123 Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'gnome-extra/gucharmap')
-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