diff options
author | Ulrich Müller <ulm@gentoo.org> | 2020-04-07 17:33:26 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-04-07 18:09:21 +0200 |
commit | b4db2e99a55efbabd24b2989c7edd9bc6a778fcb (patch) | |
tree | f0a802d18e621fd4f2c34b7a88dd23af43aad592 /net-im | |
parent | games-simulation/openrct2: bump to version 0.2.5 (diff) | |
download | gentoo-b4db2e99a55efbabd24b2989c7edd9bc6a778fcb.tar.gz gentoo-b4db2e99a55efbabd24b2989c7edd9bc6a778fcb.tar.bz2 gentoo-b4db2e99a55efbabd24b2989c7edd9bc6a778fcb.zip |
net-im/zoom: Fix dependencies on x86.
Closes: https://bugs.gentoo.org/716568
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/zoom/zoom-3.5.374815.0324-r4.ebuild | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/net-im/zoom/zoom-3.5.374815.0324-r4.ebuild b/net-im/zoom/zoom-3.5.374815.0324-r4.ebuild index 1586c1e66ebb..15de2f97fc13 100644 --- a/net-im/zoom/zoom-3.5.374815.0324-r4.ebuild +++ b/net-im/zoom/zoom-3.5.374815.0324-r4.ebuild @@ -25,12 +25,8 @@ RDEPEND="dev-libs/glib:2 dev-qt/qtgraphicaleffects:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 - dev-qt/qtpositioning:5 - dev-qt/qtprintsupport:5 dev-qt/qtquickcontrols:5[widgets] dev-qt/qtscript:5 - dev-qt/qtwebchannel:5 - dev-qt/qtwebengine:5 dev-qt/qtwidgets:5 media-libs/libglvnd media-libs/libjpeg-turbo @@ -44,6 +40,15 @@ RDEPEND="dev-libs/glib:2 x11-libs/libXtst x11-libs/xcb-util-image x11-libs/xcb-util-keysyms + amd64? ( + dev-qt/qtpositioning:5 + dev-qt/qtprintsupport:5 + dev-qt/qtwebchannel:5 + dev-qt/qtwebengine:5 + ) + x86? ( + dev-qt/qtwebkit:5 + ) pulseaudio? ( media-sound/pulseaudio ) !pulseaudio? ( media-libs/alsa-lib )" |