diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-05-25 10:24:31 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-05-25 10:24:31 +0200 |
commit | c7716908abff0ef05b45117b24e804c24a3e469c (patch) | |
tree | 4ff66a6e42819f52d73483308f6bf87297dd0d3f /net-im/zoom | |
parent | net-im/zoom: drop 5.10.4.2845-r2 (diff) | |
download | gentoo-c7716908abff0ef05b45117b24e804c24a3e469c.tar.gz gentoo-c7716908abff0ef05b45117b24e804c24a3e469c.tar.bz2 gentoo-c7716908abff0ef05b45117b24e804c24a3e469c.zip |
net-im/zoom: Remove warning about illegal instructions
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'net-im/zoom')
-rw-r--r-- | net-im/zoom/zoom-5.10.6.3192.ebuild | 6 |
1 files changed, 0 insertions, 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 } |