Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/zoom/
Date: Sun, 09 Jan 2022 14:21:11
Message-Id: 1641737239.3ef2be4a068a2901630162c084912ecf17205869.ulm@gentoo
1 commit: 3ef2be4a068a2901630162c084912ecf17205869
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 9 13:50:49 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 9 14:07:19 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ef2be4a
7
8 net-im/zoom: Depend on dev-qt/qtx11extras:5
9
10 Closes: https://bugs.gentoo.org/830823
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13
14 net-im/zoom/zoom-5.8.6.739.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/net-im/zoom/zoom-5.8.6.739.ebuild b/net-im/zoom/zoom-5.8.6.739.ebuild
18 index 0409bcc28c40..2d83cbfbf221 100644
19 --- a/net-im/zoom/zoom-5.8.6.739.ebuild
20 +++ b/net-im/zoom/zoom-5.8.6.739.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=8
27 @@ -54,6 +54,7 @@ RDEPEND="!games-engines/zoom
28 dev-qt/qtquickcontrols2:5
29 dev-qt/qtsvg:5
30 dev-qt/qtwidgets:5
31 + dev-qt/qtx11extras:5
32 wayland? ( dev-qt/qtwayland )
33 )"