diff options
author | Joonas Niilola <juippis@gentoo.org> | 2022-11-17 19:24:31 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-11-17 21:16:27 +0200 |
commit | 1817a5d7b6736e921ff2cb017289732bf88c78ae (patch) | |
tree | 168d87a8333bf2a776132e6fdb3c7120d3dc6b2a /mail-client | |
parent | www-client/firefox: remove redundant info messages from 102esr (diff) | |
download | gentoo-1817a5d7b6736e921ff2cb017289732bf88c78ae.tar.gz gentoo-1817a5d7b6736e921ff2cb017289732bf88c78ae.tar.bz2 gentoo-1817a5d7b6736e921ff2cb017289732bf88c78ae.zip |
mail-client/thunderbird: remove redundant info messages
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/thunderbird/thunderbird-102.5.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail-client/thunderbird/thunderbird-102.5.0.ebuild b/mail-client/thunderbird/thunderbird-102.5.0.ebuild index 69b2c9fb81f6..ed0d3aa98567 100644 --- a/mail-client/thunderbird/thunderbird-102.5.0.ebuild +++ b/mail-client/thunderbird/thunderbird-102.5.0.ebuild @@ -197,13 +197,13 @@ S="${WORKDIR}/${PN}-${PV%_*}" llvm_check_deps() { if ! has_version -b "sys-devel/clang:${LLVM_SLOT}" ; then - einfo "sys-devel/clang:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ... Please try emerge -1av sys-devel/clang:${LLVM_SLOT}" >&2 + einfo "sys-devel/clang:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 return 1 fi if use clang ; then if ! has_version -b "sys-devel/lld:${LLVM_SLOT}" ; then - einfo "sys-devel/lld:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ... Please try emerge -1av sys-devel/lld:${LLVM_SLOT}" >&2 + einfo "sys-devel/lld:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 return 1 fi @@ -214,7 +214,7 @@ 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} ... Please try emerge -1av =sys-libs/compiler-rt-sanitizers-${LLVM_SLOT}* with profile use flag on!" >&2 + einfo "=sys-libs/compiler-rt-sanitizers-${LLVM_SLOT}*[profile] is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 return 1 fi fi |