aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-12-13 23:41:23 +0100
committerUlrich Müller <ulm@gentoo.org>2019-12-26 16:31:34 +0100
commit42e7a93971ec55b87d5f290a67ef83fe7454c844 (patch)
treee3bdeaaf32386a203ec345d1f02ceeacc76f9083
parentClean up remnants of eapi5-hdepend, HDEPEND and targetroot (diff)
downloadportage-42e7a939.tar.gz
portage-42e7a939.tar.bz2
portage-42e7a939.zip
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@gentoo.org>
-rw-r--r--bin/phase-helpers.sh2
1 files changed, 0 insertions, 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}"