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/gnome-vfs/
Date: Sun, 25 Nov 2018 13:59:19
Message-Id: 1543154304.964631e201461209fc42c17a7805ecf28c4cd979.leio@gentoo
1 commit: 964631e201461209fc42c17a7805ecf28c4cd979
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 25 13:52:01 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 25 13:58:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=964631e2
7
8 gnome-base/gnome-vfs: add explicit build dep on glib-utils
9
10 There's also a warning about GNOME_COMMON_INIT, but appears
11 harmless, so not taking the time to remove the call from
12 configure.in, as gnome-vfs is a last rites candidate anyways.
13
14 Closes: https://bugs.gentoo.org/667972
15 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
16 Package-Manager: Portage-2.3.52, Repoman-2.3.11
17
18 gnome-base/gnome-vfs/gnome-vfs-2.24.4-r5.ebuild | 1 +
19 1 file changed, 1 insertion(+)
20
21 diff --git a/gnome-base/gnome-vfs/gnome-vfs-2.24.4-r5.ebuild b/gnome-base/gnome-vfs/gnome-vfs-2.24.4-r5.ebuild
22 index ad3dca34e33..6d393236a8b 100644
23 --- a/gnome-base/gnome-vfs/gnome-vfs-2.24.4-r5.ebuild
24 +++ b/gnome-base/gnome-vfs/gnome-vfs-2.24.4-r5.ebuild
25 @@ -40,6 +40,7 @@ RDEPEND="
26 zeroconf? ( >=net-dns/avahi-0.6.31-r2[${MULTILIB_USEDEP}] )
27 "
28 DEPEND="${RDEPEND}
29 + dev-util/glib-utils
30 sys-devel/gettext
31 gnome-base/gnome-common
32 >=dev-util/intltool-0.40