diff options
author | Florian Schmaus <flow@gentoo.org> | 2023-10-10 08:52:29 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-12 06:00:47 +0100 |
commit | fb8d44f02032a0c5ef64a84ac898c08104faf797 (patch) | |
tree | 586d23f7cd13c35937e0269967a6c15d6070e3ca /NEWS | |
parent | CI: Upgrade pypy from 3.9 to 3.10 (diff) | |
download | portage-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-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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). |