Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-voip/vidyodesktop/
Date: Tue, 23 Feb 2016 04:00:48
Message-Id: 1456200012.76035403a44223a6accf77858490959fd98e1202.prometheanfire@gentoo
1 commit: 76035403a44223a6accf77858490959fd98e1202
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 23 04:00:12 2016 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 23 04:00:12 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76035403
7
8 net-voip/vidyodesktop: fix missing deps
9
10 here's a diff of ldd between the two
11
12 +libanl.so.1 => /lib64/libanl.so.1 (glibc)
13 +libQtWebKit.so.4 => not found (dev-qt/qtwebkit:4)
14
15 Package-Manager: portage-2.2.26
16
17 net-voip/vidyodesktop/vidyodesktop-3.5.4.010.ebuild | 3 ++-
18 1 file changed, 2 insertions(+), 1 deletion(-)
19
20 diff --git a/net-voip/vidyodesktop/vidyodesktop-3.5.4.010.ebuild b/net-voip/vidyodesktop/vidyodesktop-3.5.4.010.ebuild
21 index 3aa7597..0a811d7 100644
22 --- a/net-voip/vidyodesktop/vidyodesktop-3.5.4.010.ebuild
23 +++ b/net-voip/vidyodesktop/vidyodesktop-3.5.4.010.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2016 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 # $Id$
29
30 @@ -61,6 +61,7 @@ RDEPEND="
31 x11-libs/libXxf86vm
32 dev-qt/qtcore:4
33 dev-qt/qtgui:4
34 + dev-qt/qtwebkit:4
35 "
36
37 src_install() {