Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/goocanvas/
Date: Tue, 20 Apr 2021 02:49:27
Message-Id: 1618886572.b6fab5d1ae37f5aaf17431ffc99f52be0264ee14.mattst88@gentoo
1 commit: b6fab5d1ae37f5aaf17431ffc99f52be0264ee14
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 20 02:42:49 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 20 02:42:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6fab5d1
7
8 x11-libs/goocanvas: use ${EPYTHON}, not python3
9
10 Closes: https://bugs.gentoo.org/767289
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 x11-libs/goocanvas/goocanvas-2.0.4-r1.ebuild | 7 ++++---
14 1 file changed, 4 insertions(+), 3 deletions(-)
15
16 diff --git a/x11-libs/goocanvas/goocanvas-2.0.4-r1.ebuild b/x11-libs/goocanvas/goocanvas-2.0.4-r1.ebuild
17 index 81583d0cb59..4560a2d0c3c 100644
18 --- a/x11-libs/goocanvas/goocanvas-2.0.4-r1.ebuild
19 +++ b/x11-libs/goocanvas/goocanvas-2.0.4-r1.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 -
27 -inherit gnome2
28 +PYTHON_COMPAT=( python3_{7..9} )
29 +inherit gnome2 python-any-r1
30
31 DESCRIPTION="Canvas widget for GTK+ using the cairo 2D library for drawing"
32 HOMEPAGE="https://wiki.gnome.org/GooCanvas"
33 @@ -20,6 +20,7 @@ RDEPEND="
34 introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
35 "
36 DEPEND="${RDEPEND}
37 + ${PYTHON_DEPS}
38 dev-util/glib-utils
39 >=dev-util/gtk-doc-am-1.16
40 >=sys-devel/gettext-0.19.4