commit:     b6fab5d1ae37f5aaf17431ffc99f52be0264ee14
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 20 02:42:49 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Apr 20 02:42:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6fab5d1

x11-libs/goocanvas: use ${EPYTHON}, not python3

Closes: https://bugs.gentoo.org/767289
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 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 81583d0cb59..4560a2d0c3c 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

Reply via email to