summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2021-04-19 22:42:49 -0400
committerMatt Turner <mattst88@gentoo.org>2021-04-19 22:42:52 -0400
commitb6fab5d1ae37f5aaf17431ffc99f52be0264ee14 (patch)
tree71dafd151882b03ac4bb4c44818eb605d3aead06 /x11-libs/goocanvas
parentgames-puzzle/gnome-tetravex: use ${EPYTHON}, not python3 (diff)
downloadgentoo-b6fab5d1ae37f5aaf17431ffc99f52be0264ee14.tar.gz
gentoo-b6fab5d1ae37f5aaf17431ffc99f52be0264ee14.tar.bz2
gentoo-b6fab5d1ae37f5aaf17431ffc99f52be0264ee14.zip
x11-libs/goocanvas: use ${EPYTHON}, not python3
Closes: https://bugs.gentoo.org/767289 Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs/goocanvas')
-rw-r--r--x11-libs/goocanvas/goocanvas-2.0.4-r1.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-libs/goocanvas/goocanvas-2.0.4-r1.ebuild b/x11-libs/goocanvas/goocanvas-2.0.4-r1.ebuild
index 81583d0cb590..4560a2d0c3ce 100644
--- a/x11-libs/goocanvas/goocanvas-2.0.4-r1.ebuild
+++ b/x11-libs/goocanvas/goocanvas-2.0.4-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-
-inherit gnome2
+PYTHON_COMPAT=( python3_{7..9} )
+inherit gnome2 python-any-r1
DESCRIPTION="Canvas widget for GTK+ using the cairo 2D library for drawing"
HOMEPAGE="https://wiki.gnome.org/GooCanvas"
@@ -20,6 +20,7 @@ RDEPEND="
introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
"
DEPEND="${RDEPEND}
+ ${PYTHON_DEPS}
dev-util/glib-utils
>=dev-util/gtk-doc-am-1.16
>=sys-devel/gettext-0.19.4