commit:     deb0943d59970cc531d30502195d2fa0aae2e7e7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  2 20:25:00 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct  2 20:27:35 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deb0943d

sys-devel/llvm: Switch outdated target reports to eqawarn

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sys-devel/llvm/llvm-10.0.0.9999.ebuild | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/sys-devel/llvm/llvm-10.0.0.9999.ebuild 
b/sys-devel/llvm/llvm-10.0.0.9999.ebuild
index eccfd8a533b..bd137968658 100644
--- a/sys-devel/llvm/llvm-10.0.0.9999.ebuild
+++ b/sys-devel/llvm/llvm-10.0.0.9999.ebuild
@@ -109,16 +109,16 @@ check_live_ebuild() {
        all_targets=( "${prod_targets[@]}" "${exp_targets[@]}" )
 
        if [[ ${exp_targets[*]} != ${ALL_LLVM_EXPERIMENTAL_TARGETS[*]} ]]; then
-               ewarn "ALL_LLVM_EXPERIMENTAL_TARGETS is outdated!"
-               ewarn "    Have: ${ALL_LLVM_EXPERIMENTAL_TARGETS[*]}"
-               ewarn "Expected: ${exp_targets[*]}"
-               ewarn
+               eqawarn "ALL_LLVM_EXPERIMENTAL_TARGETS is outdated!"
+               eqawarn "    Have: ${ALL_LLVM_EXPERIMENTAL_TARGETS[*]}"
+               eqawarn "Expected: ${exp_targets[*]}"
+               eqawarn
        fi
 
        if [[ ${all_targets[*]} != ${ALL_LLVM_TARGETS[*]#llvm_targets_} ]]; then
-               ewarn "ALL_LLVM_TARGETS is outdated!"
-               ewarn "    Have: ${ALL_LLVM_TARGETS[*]#llvm_targets_}"
-               ewarn "Expected: ${all_targets[*]}"
+               eqawarn "ALL_LLVM_TARGETS is outdated!"
+               eqawarn "    Have: ${ALL_LLVM_TARGETS[*]#llvm_targets_}"
+               eqawarn "Expected: ${all_targets[*]}"
        fi
 }
 

Reply via email to