summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2022-05-07 23:00:07 +0200
committerUlrich Müller <ulm@gentoo.org>2022-05-07 23:03:26 +0200
commitb4a4bdb0c8fe2a795c48adab25b001754d289f88 (patch)
tree3a7e1622c0c6550c49e46fa0309669ac6c53bf10 /net-im
parentapp-text/poppler: add 22.05.0 (diff)
downloadgentoo-b4a4bdb0c8fe2a795c48adab25b001754d289f88.tar.gz
gentoo-b4a4bdb0c8fe2a795c48adab25b001754d289f88.tar.bz2
gentoo-b4a4bdb0c8fe2a795c48adab25b001754d289f88.zip
net-im/zoom: Be more noisy when warning about libcef breakage
Bug: https://bugs.gentoo.org/835930 Suggested-by: Andreas K. Hüttel <dilfridge@gentoo.org> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r--net-im/zoom/zoom-5.10.4.2845-r2.ebuild (renamed from net-im/zoom/zoom-5.10.4.2845-r1.ebuild)9
1 files changed, 6 insertions, 3 deletions
diff --git a/net-im/zoom/zoom-5.10.4.2845-r1.ebuild b/net-im/zoom/zoom-5.10.4.2845-r2.ebuild
index 6a6b21c08daf..ed1876ca6598 100644
--- a/net-im/zoom/zoom-5.10.4.2845-r1.ebuild
+++ b/net-im/zoom/zoom-5.10.4.2845-r2.ebuild
@@ -170,9 +170,12 @@ src_install() {
&& DOC_CONTENTS+="\\n\\nTo enable screen sharing on GNOME Wayland,
edit ~/.config/zoomus.conf and change the value of
enableWaylandShare to true."
- has_version ">=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."
+ 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
}