aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2023-10-10 08:52:29 +0200
committerSam James <sam@gentoo.org>2023-10-12 06:00:47 +0100
commitfb8d44f02032a0c5ef64a84ac898c08104faf797 (patch)
tree586d23f7cd13c35937e0269967a6c15d6070e3ca /NEWS
parentCI: Upgrade pypy from 3.9 to 3.10 (diff)
downloadportage-fb8d44f02032a0c5ef64a84ac898c08104faf797.tar.gz
portage-fb8d44f02032a0c5ef64a84ac898c08104faf797.tar.bz2
portage-fb8d44f02032a0c5ef64a84ac898c08104faf797.zip
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 <flow@gentoo.org> Closes: https://github.com/gentoo/portage/pull/1127 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
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).