From b6fab5d1ae37f5aaf17431ffc99f52be0264ee14 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Mon, 19 Apr 2021 22:42:49 -0400 Subject: [PATCH] x11-libs/goocanvas: use ${EPYTHON}, not python3 Closes: https://bugs.gentoo.org/767289 Signed-off-by: Matt Turner --- x11-libs/goocanvas/goocanvas-2.0.4-r1.ebuild | 7 ++++--- 1 file 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 81583d0cb5903..4560a2d0c3ce8 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