Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/goocanvas/
Date: Fri, 02 Nov 2018 11:14:03
Message-Id: 1541157204.7e3c4658b4897f491f5ca55d793398d178da3b90.leio@gentoo
1 commit: 7e3c4658b4897f491f5ca55d793398d178da3b90
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 2 11:06:50 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 2 11:13:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e3c4658
7
8 x11-libs/goocanvas: add explicit build dep on glib-utils
9
10 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 x11-libs/goocanvas/goocanvas-1.0.0.ebuild | 3 ++-
14 x11-libs/goocanvas/goocanvas-2.0.4.ebuild | 3 ++-
15 2 files changed, 4 insertions(+), 2 deletions(-)
16
17 diff --git a/x11-libs/goocanvas/goocanvas-1.0.0.ebuild b/x11-libs/goocanvas/goocanvas-1.0.0.ebuild
18 index 5b8652989b6..1f7e1454778 100644
19 --- a/x11-libs/goocanvas/goocanvas-1.0.0.ebuild
20 +++ b/x11-libs/goocanvas/goocanvas-1.0.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="5"
27 @@ -22,6 +22,7 @@ RDEPEND="
28 >=x11-libs/cairo-1.4
29 "
30 DEPEND="${RDEPEND}
31 + dev-util/glib-utils
32 dev-util/gtk-doc-am
33 virtual/pkgconfig
34 "
35
36 diff --git a/x11-libs/goocanvas/goocanvas-2.0.4.ebuild b/x11-libs/goocanvas/goocanvas-2.0.4.ebuild
37 index af360bb3fb6..dcf4b83a0e6 100644
38 --- a/x11-libs/goocanvas/goocanvas-2.0.4.ebuild
39 +++ b/x11-libs/goocanvas/goocanvas-2.0.4.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2018 Gentoo Foundation
42 +# Copyright 1999-2018 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=6
46 @@ -26,6 +26,7 @@ RDEPEND="
47 >=dev-python/pygobject-2.90.4:3[${PYTHON_USEDEP}] )
48 "
49 DEPEND="${RDEPEND}
50 + dev-util/glib-utils
51 >=dev-util/gtk-doc-am-1.16
52 >=sys-devel/gettext-0.19.4
53 virtual/pkgconfig