From c7716908abff0ef05b45117b24e804c24a3e469c Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Wed, 25 May 2022 10:24:31 +0200 Subject: net-im/zoom: Remove warning about illegal instructions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- net-im/zoom/zoom-5.10.6.3192.ebuild | 6 ------ 1 file changed, 6 deletions(-) (limited to 'net-im') 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 } -- cgit v1.2.3-65-gdbad