diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-01-09 14:50:49 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-01-09 15:07:19 +0100 |
commit | 3ef2be4a068a2901630162c084912ecf17205869 (patch) | |
tree | da425b2e844d7b494e670c9e5f258987aa8cb080 /net-im | |
parent | media-sound/mpd: restore ~amd64 keyword (diff) | |
download | gentoo-3ef2be4a068a2901630162c084912ecf17205869.tar.gz gentoo-3ef2be4a068a2901630162c084912ecf17205869.tar.bz2 gentoo-3ef2be4a068a2901630162c084912ecf17205869.zip |
net-im/zoom: Depend on dev-qt/qtx11extras:5
Closes: https://bugs.gentoo.org/830823
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/zoom/zoom-5.8.6.739.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/zoom/zoom-5.8.6.739.ebuild b/net-im/zoom/zoom-5.8.6.739.ebuild index 0409bcc28c40..2d83cbfbf221 100644 --- a/net-im/zoom/zoom-5.8.6.739.ebuild +++ b/net-im/zoom/zoom-5.8.6.739.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -54,6 +54,7 @@ RDEPEND="!games-engines/zoom dev-qt/qtquickcontrols2:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 wayland? ( dev-qt/qtwayland ) )" |