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 E1F481581FB for ; Sun, 25 Aug 2024 06:25:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3275FE29EB; Sun, 25 Aug 2024 06:25:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0ACC9E29EB for ; Sun, 25 Aug 2024 06:25:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 205BD335DE9 for ; Sun, 25 Aug 2024 06:25:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 532961E6F for ; Sun, 25 Aug 2024 06:25:45 +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: <1724567091.cd7f924abf29f05e3d6db9491569313eabeaee73.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-6.1.10.1400.ebuild net-im/zoom/zoom-6.1.6.1013-r1.ebuild X-VCS-Directories: net-im/zoom/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: cd7f924abf29f05e3d6db9491569313eabeaee73 X-VCS-Branch: master Date: Sun, 25 Aug 2024 06:25:45 +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: 0acb73da-2645-4e24-8872-b9082e1e845b X-Archives-Hash: 270923c29d4e9e01413ab222bc8e7fcc commit: cd7f924abf29f05e3d6db9491569313eabeaee73 Author: Ulrich Müller gentoo org> AuthorDate: Sun Aug 25 06:24:51 2024 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Aug 25 06:24:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd7f924a net-im/zoom: Update Qt version for warning message Signed-off-by: Ulrich Müller gentoo.org> net-im/zoom/zoom-6.1.10.1400.ebuild | 2 +- net-im/zoom/zoom-6.1.6.1013-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/zoom/zoom-6.1.10.1400.ebuild b/net-im/zoom/zoom-6.1.10.1400.ebuild index 25458088a749..1df6e759f958 100644 --- a/net-im/zoom/zoom-6.1.10.1400.ebuild +++ b/net-im/zoom/zoom-6.1.10.1400.ebuild @@ -141,7 +141,7 @@ src_install() { plugins/platforms/libqwayland*.so qml/QtWayland || die ) else - local qtzoom="5.12" qtver=$(best_version dev-qt/qtcore:5) + local qtzoom="5.15" qtver=$(best_version dev-qt/qtcore:5) if [[ ${qtver} != dev-qt/qtcore-${qtzoom}.* ]]; then ewarn "You have disabled the bundled-qt USE flag." ewarn "You may experience problems when running Zoom with" diff --git a/net-im/zoom/zoom-6.1.6.1013-r1.ebuild b/net-im/zoom/zoom-6.1.6.1013-r1.ebuild index 25458088a749..1df6e759f958 100644 --- a/net-im/zoom/zoom-6.1.6.1013-r1.ebuild +++ b/net-im/zoom/zoom-6.1.6.1013-r1.ebuild @@ -141,7 +141,7 @@ src_install() { plugins/platforms/libqwayland*.so qml/QtWayland || die ) else - local qtzoom="5.12" qtver=$(best_version dev-qt/qtcore:5) + local qtzoom="5.15" qtver=$(best_version dev-qt/qtcore:5) if [[ ${qtver} != dev-qt/qtcore-${qtzoom}.* ]]; then ewarn "You have disabled the bundled-qt USE flag." ewarn "You may experience problems when running Zoom with"