commit: 42e7a93971ec55b87d5f290a67ef83fe7454c844
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 13 22:41:23 2019 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Dec 26 15:31:34 2019 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=42e7a939
eapply: Drop QA warning for fuzz factor.
This didn't add any information beyond what is already present in the
output of patch. Developers will know how to interpret its output, and
users won't see the warning anyway with the standard configuration.
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
bin/phase-helpers.sh | 2 --
1 file changed, 2 deletions(-)
diff --git a/bin/phase-helpers.sh b/bin/phase-helpers.sh
index b5691bd70..020862ba0 100644
--- a/bin/phase-helpers.sh
+++ b/bin/phase-helpers.sh
@@ -1004,8 +1004,6 @@ if ___eapi_has_eapply; then
if ${patch_cmd} "${all_opts[@]}" --dry-run -s -F0 \
< "${f}" &>/dev/null; then
all_opts+=( -s -F0 )
- else
- eqawarn " ${f}: patch failed to apply
without a fuzz factor, please rebase"
fi
${patch_cmd} "${all_opts[@]}" < "${f}"