From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1400456-garchives=archives.gentoo.org@lists.gentoo.org> 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 8DAA4158090 for <garchives@archives.gentoo.org>; Wed, 25 May 2022 08:27:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB037E0909; Wed, 25 May 2022 08:27:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 B43FEE0909 for <gentoo-commits@lists.gentoo.org>; Wed, 25 May 2022 08:27:09 +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 F087B341A2C for <gentoo-commits@lists.gentoo.org>; Wed, 25 May 2022 08:27:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6187648C for <gentoo-commits@lists.gentoo.org>; Wed, 25 May 2022 08:27:06 +0000 (UTC) From: "Ulrich Müller" <ulm@gentoo.org> 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" <ulm@gentoo.org> Message-ID: <1653467071.c7716908abff0ef05b45117b24e804c24a3e469c.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.10.6.3192.ebuild X-VCS-Directories: net-im/zoom/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: c7716908abff0ef05b45117b24e804c24a3e469c X-VCS-Branch: master Date: Wed, 25 May 2022 08:27:06 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7601bca3-a66a-4624-b411-b5deff6f619a X-Archives-Hash: 99e7d4590709c72f12298bfa9bbd9322 commit: c7716908abff0ef05b45117b24e804c24a3e469c Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Wed May 25 08:24:31 2022 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Wed May 25 08:24:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7716908 net-im/zoom: Remove warning about illegal instructions Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> net-im/zoom/zoom-5.10.6.3192.ebuild | 6 ------ 1 file changed, 6 deletions(-) diff --git a/net-im/zoom/zoom-5.10.6.3192.ebuild b/net-im/zoom/zoom-5.10.6.3192.ebuild index ed1876ca6598..de370171be34 100644 --- a/net-im/zoom/zoom-5.10.6.3192.ebuild +++ b/net-im/zoom/zoom-5.10.6.3192.ebuild @@ -170,12 +170,6 @@ src_install() { && DOC_CONTENTS+="\\n\\nTo enable screen sharing on GNOME Wayland, edit ~/.config/zoomus.conf and change the value of enableWaylandShare to true." - if has_version ">=sys-libs/glibc-2.34[clone3(+)]"; then - local w warn=( "If you encounter illegal instruction errors with zoom," - "try disabling the clone3 use flag of sys-libs/glibc." ) - DOC_CONTENTS+="\\n\\n${warn[*]}" - for w in "${warn[@]}"; do ewarn "${w}"; done - fi readme.gentoo_create_doc }