From fb8d44f02032a0c5ef64a84ac898c08104faf797 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Tue, 10 Oct 2023 08:52:29 +0200 Subject: emerge: Increase default number of maximum backtrack attempts from 10 to 20 Experience shows that 10 is too low and that in some cases a slighlty higher number results in a successful dependency calculation. Signed-off-by: Florian Schmaus Closes: https://github.com/gentoo/portage/pull/1127 Signed-off-by: Sam James --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index e437f481f..9f93bfbf0 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,8 @@ Features: * GNUMAKEFLAGS: also specify "-l $(nproc)", that is, limit by load average, per default. +* Increase default number of maximum backtrack attempts from 10 to 20. + Bug fixes: * bintree: Add another API member (invalid_errors) to allow eclean-pkg to suppress errors when cleaning invalid binpkgs (bug #900224). -- cgit v1.2.3-65-gdbad