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:
parent
74156cc81b
commit
4af854c804
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user