gentooup: increase backtracking of dependency conflicts
This commit is contained in:
parent
31c43f5fb6
commit
c195f361a2
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
|
||||
PORTAGE_OPTIONS=("--keep-going" "--autounmask-write" "--binpkg-respect-use=y" "--binpkg-changed-deps=y" "--verbose-conflicts")
|
||||
PORTAGE_OPTIONS=("--keep-going" "--autounmask-write" "--binpkg-respect-use=y" "--binpkg-changed-deps=y" "--verbose-conflicts" "--backtrack=100")
|
||||
|
||||
PORTAGE_UPGRADE_OPTIONS=("-vuNDk")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue