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 5177515808E for ; Wed, 27 Apr 2022 16:38:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C32EE0833; Wed, 27 Apr 2022 16:38:51 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 E3D04E0833 for ; Wed, 27 Apr 2022 16:38:50 +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 DEC7234116D for ; Wed, 27 Apr 2022 16:38:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46F4B3BE for ; Wed, 27 Apr 2022 16:38:48 +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: <1651077500.8e83d5804fe006f3da794768b288b4091536bd1e.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/zoom/, net-im/zoom/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/zoom/files/README.gentoo net-im/zoom/zoom-5.10.3.2778.ebuild net-im/zoom/zoom-5.10.4.2845-r1.ebuild net-im/zoom/zoom-5.10.4.2845.ebuild X-VCS-Directories: net-im/zoom/files/ net-im/zoom/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 8e83d5804fe006f3da794768b288b4091536bd1e X-VCS-Branch: master Date: Wed, 27 Apr 2022 16:38:48 +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: 37a29b57-61cb-483b-b7fc-9f43e8ad8951 X-Archives-Hash: bb044196c7e7329803b6b2cb6210987f commit: 8e83d5804fe006f3da794768b288b4091536bd1e Author: Ulrich Müller gentoo org> AuthorDate: Wed Apr 27 16:31:33 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Apr 27 16:38:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e83d580 net-im/zoom: Don't depend on glibc[-clone3] Display an explanatory message in README.gentoo instead. Bug: https://bugs.gentoo.org/835930 Signed-off-by: Ulrich Müller gentoo.org> net-im/zoom/files/README.gentoo | 8 -------- net-im/zoom/zoom-5.10.3.2778.ebuild | 21 +++++++++++++++------ ....10.4.2845.ebuild => zoom-5.10.4.2845-r1.ebuild} | 21 +++++++++++++++------ 3 files changed, 30 insertions(+), 20 deletions(-) diff --git a/net-im/zoom/files/README.gentoo b/net-im/zoom/files/README.gentoo deleted file mode 100644 index 12e5058b397a..000000000000 --- a/net-im/zoom/files/README.gentoo +++ /dev/null @@ -1,8 +0,0 @@ -Some of Zoom's screen share features (e.g., the whiteboard) require -display compositing. If you encounter a black window when sharing -the screen, then one of the following actions should help: -- Enable compositing in your window manager if it is supported -- Alternatively, run the xcompmgr command (from x11-misc/xcompmgr) - -To enable screen sharing on GNOME Wayland, edit ~/.config/zoomus.conf -and change the value of enableWaylandShare to true. diff --git a/net-im/zoom/zoom-5.10.3.2778.ebuild b/net-im/zoom/zoom-5.10.3.2778.ebuild index fb4a05464d8c..6a6b21c08daf 100644 --- a/net-im/zoom/zoom-5.10.3.2778.ebuild +++ b/net-im/zoom/zoom-5.10.3.2778.ebuild @@ -34,7 +34,7 @@ RDEPEND="!games-engines/zoom net-print/cups sys-apps/dbus sys-apps/util-linux - || ( >=sys-libs/glibc-2.34[-clone3(+)] =sys-libs/glibc-2.34[clone3(+)]" \ + && DOC_CONTENTS+="\\n\\nIf you encounter illegal instruction errors, + try disabling the clone3 use flag of sys-libs/glibc." readme.gentoo_create_doc } pkg_postinst() { xdg_desktop_database_update xdg_icon_cache_update - - local FORCE_PRINT_ELOG v - for v in ${REPLACING_VERSIONS}; do - ver_test ${v} -lt 5.7.28852.0718 && use wayland && FORCE_PRINT_ELOG=1 - done readme.gentoo_print_elog } diff --git a/net-im/zoom/zoom-5.10.4.2845.ebuild b/net-im/zoom/zoom-5.10.4.2845-r1.ebuild similarity index 87% rename from net-im/zoom/zoom-5.10.4.2845.ebuild rename to net-im/zoom/zoom-5.10.4.2845-r1.ebuild index fb4a05464d8c..6a6b21c08daf 100644 --- a/net-im/zoom/zoom-5.10.4.2845.ebuild +++ b/net-im/zoom/zoom-5.10.4.2845-r1.ebuild @@ -34,7 +34,7 @@ RDEPEND="!games-engines/zoom net-print/cups sys-apps/dbus sys-apps/util-linux - || ( >=sys-libs/glibc-2.34[-clone3(+)] =sys-libs/glibc-2.34[clone3(+)]" \ + && DOC_CONTENTS+="\\n\\nIf you encounter illegal instruction errors, + try disabling the clone3 use flag of sys-libs/glibc." readme.gentoo_create_doc } pkg_postinst() { xdg_desktop_database_update xdg_icon_cache_update - - local FORCE_PRINT_ELOG v - for v in ${REPLACING_VERSIONS}; do - ver_test ${v} -lt 5.7.28852.0718 && use wayland && FORCE_PRINT_ELOG=1 - done readme.gentoo_print_elog }