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
}