From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2502F158086 for ; Sun, 9 Jan 2022 14:21:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7FEF2BC082; Sun, 9 Jan 2022 14:21:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7531D2BC082 for ; Sun, 9 Jan 2022 14:21:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3A200342C2C for ; Sun, 9 Jan 2022 14:21:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9567A21E for ; Sun, 9 Jan 2022 14:21:01 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1641737239.3ef2be4a068a2901630162c084912ecf17205869.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/zoom/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/zoom/zoom-5.8.6.739.ebuild X-VCS-Directories: net-im/zoom/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 3ef2be4a068a2901630162c084912ecf17205869 X-VCS-Branch: master Date: Sun, 9 Jan 2022 14:21:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c74026e3-1f54-4e9e-96b1-696533095efa X-Archives-Hash: 4419dc1b647643f9e647f888e4540f01 commit: 3ef2be4a068a2901630162c084912ecf17205869 Author: Ulrich Müller gentoo org> AuthorDate: Sun Jan 9 13:50:49 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Jan 9 14:07:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ef2be4a 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 gentoo.org> net-im/zoom/zoom-5.8.6.739.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ) )"