From 4af854c8043e5dac55383b3ba405554e720a5ee2 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Thu, 1 Aug 2024 23:03:56 +0300 Subject: [PATCH] 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 --- www-client/icecat/icecat-115.13.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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