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/gconf/
Date: Sat, 06 Oct 2018 22:38:10
Message-Id: 1538865374.9139a578e77f803857c106fb908c268c8634e51b.leio@gentoo
1 commit: 9139a578e77f803857c106fb908c268c8634e51b
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 6 21:38:03 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 6 22:36:14 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9139a578
7
8 gnome-base/gconf: add explicit build dep on glib-utils
9
10 Closes: https://bugs.gentoo.org/667650
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/gconf/gconf-3.2.6-r4.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/gnome-base/gconf/gconf-3.2.6-r4.ebuild b/gnome-base/gconf/gconf-3.2.6-r4.ebuild
18 index 935155f2666..ed94934c040 100644
19 --- a/gnome-base/gconf/gconf-3.2.6-r4.ebuild
20 +++ b/gnome-base/gconf/gconf-3.2.6-r4.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 @@ -30,6 +30,7 @@ RDEPEND="
28 "
29 DEPEND="${RDEPEND}
30 dev-libs/libxslt
31 + dev-util/glib-utils
32 dev-util/gtk-doc-am
33 >=dev-util/intltool-0.35
34 >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]