www-client/icecat: fix ExcessiveLineLength where possible

https://gitweb.gentoo.org/repo/gentoo.git/commit/www-client/firefox/firefox-115.13.0.ebuild?id=34259f5bc04e3dda0f2d42e8fa3f0f19c6472678

Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
Alfred Wingate 2024-08-01 23:03:56 +03:00
parent 74156cc81b
commit 4af854c804
No known key found for this signature in database
GPG Key ID: A12750536B5E7010

View File

@ -217,7 +217,8 @@ llvm_check_deps() {
if use pgo ; then if use pgo ; then
if ! has_version -b "=sys-libs/compiler-rt-sanitizers-${LLVM_SLOT}*[profile]" ; then if ! has_version -b "=sys-libs/compiler-rt-sanitizers-${LLVM_SLOT}*[profile]" ; then
einfo "=sys-libs/compiler-rt-sanitizers-${LLVM_SLOT}*[profile] is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 einfo "=sys-libs/compiler-rt-sanitizers-${LLVM_SLOT}*[profile] is missing!"
einfo "Cannot use LLVM slot ${LLVM_SLOT} ..." >&2
return 1 return 1
fi fi
fi fi