summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2016-02-22 22:00:12 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2016-02-22 22:00:12 -0600
commit76035403a44223a6accf77858490959fd98e1202 (patch)
tree2bb2ca535cae97da0922d3d03ac3e12f59f98cd0 /net-voip/vidyodesktop
parentdev-php/PEAR-PHP_CodeSniffer: remove older versions. (diff)
downloadgentoo-76035403a44223a6accf77858490959fd98e1202.tar.gz
gentoo-76035403a44223a6accf77858490959fd98e1202.tar.bz2
gentoo-76035403a44223a6accf77858490959fd98e1202.zip
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
Diffstat (limited to 'net-voip/vidyodesktop')
-rw-r--r--net-voip/vidyodesktop/vidyodesktop-3.5.4.010.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-voip/vidyodesktop/vidyodesktop-3.5.4.010.ebuild b/net-voip/vidyodesktop/vidyodesktop-3.5.4.010.ebuild
index 3aa7597c9699..0a811d7a3126 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() {