Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/libgnomecanvas/
Date: Sat, 06 Oct 2018 22:38:00
Message-Id: 1538865382.3408e586d51cc422d4930f9fb728cb2217dc9408.leio@gentoo
1 commit: 3408e586d51cc422d4930f9fb728cb2217dc9408
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 6 21:54:47 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 6 22:36:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3408e586
7
8 gnome-base/libgnomecanvas: add explicit build dep on glib-utils
9
10 Closes: https://bugs.gentoo.org/667740
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12 Package-Manager: Portage-2.3.49, Repoman-2.3.11
13
14 gnome-base/libgnomecanvas/libgnomecanvas-2.30.3-r1.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/gnome-base/libgnomecanvas/libgnomecanvas-2.30.3-r1.ebuild b/gnome-base/libgnomecanvas/libgnomecanvas-2.30.3-r1.ebuild
18 index 0f5756bec03..bc2ea1b9796 100644
19 --- a/gnome-base/libgnomecanvas/libgnomecanvas-2.30.3-r1.ebuild
20 +++ b/gnome-base/libgnomecanvas/libgnomecanvas-2.30.3-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 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 @@ -25,6 +25,7 @@ RDEPEND=">=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
28 DEPEND="${RDEPEND}
29 >=dev-lang/perl-5
30 sys-devel/gettext
31 + dev-util/glib-utils
32 >=dev-util/intltool-0.35
33 >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]"