Gentoo Archives: gentoo-commits

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