commit:     76035403a44223a6accf77858490959fd98e1202
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 23 04:00:12 2016 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Feb 23 04:00:12 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76035403

net-voip/vidyodesktop: fix missing deps

here's a diff of ldd between the two

+libanl.so.1 => /lib64/libanl.so.1 (glibc)
+libQtWebKit.so.4 => not found (dev-qt/qtwebkit:4)

Package-Manager: portage-2.2.26

 net-voip/vidyodesktop/vidyodesktop-3.5.4.010.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-voip/vidyodesktop/vidyodesktop-3.5.4.010.ebuild 
b/net-voip/vidyodesktop/vidyodesktop-3.5.4.010.ebuild
index 3aa7597..0a811d7 100644
--- a/net-voip/vidyodesktop/vidyodesktop-3.5.4.010.ebuild
+++ b/net-voip/vidyodesktop/vidyodesktop-3.5.4.010.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -61,6 +61,7 @@ RDEPEND="
        x11-libs/libXxf86vm
        dev-qt/qtcore:4
        dev-qt/qtgui:4
+       dev-qt/qtwebkit:4
 "
 
 src_install() {

Reply via email to