diff --git a/www-client/icecat/icecat-115.13.0.ebuild b/www-client/icecat/icecat-115.13.0.ebuild index ff42cef..0636350 100644 --- a/www-client/icecat/icecat-115.13.0.ebuild +++ b/www-client/icecat/icecat-115.13.0.ebuild @@ -217,7 +217,8 @@ llvm_check_deps() { if use pgo ; 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 fi fi