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/libbonobo/
Date: Sat, 06 Oct 2018 22:38:01
Message-Id: 1538865395.7cc72d23d8c5420271a718a77dd105d62b450999.leio@gentoo
1 commit: 7cc72d23d8c5420271a718a77dd105d62b450999
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 6 22:14:39 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 6 22:36:35 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cc72d23
7
8 gnome-base/libbonobo: add explicit build dep on glib-utils
9
10 Closes: https://bugs.gentoo.org/667388
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/libbonobo/libbonobo-2.24.3-r1.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/gnome-base/libbonobo/libbonobo-2.24.3-r1.ebuild b/gnome-base/libbonobo/libbonobo-2.24.3-r1.ebuild
18 index 4be2587ea50..4d43751f395 100644
19 --- a/gnome-base/libbonobo/libbonobo-2.24.3-r1.ebuild
20 +++ b/gnome-base/libbonobo/libbonobo-2.24.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 @@ -26,6 +26,7 @@ RDEPEND="
28 !gnome-base/bonobo-activation
29 "
30 DEPEND="${RDEPEND}
31 + dev-util/glib-utils
32 dev-util/gtk-doc-am
33 virtual/yacc
34 sys-devel/flex