gentooup.sh: use autounmask-continue
This commit is contained in:
parent
88b8d48183
commit
9f732ed82b
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
|
||||||
PORTAGE_OPTIONS=("--keep-going" "--autounmask-write" "--binpkg-respect-use=y" "--binpkg-changed-deps=y" "--verbose-conflicts" "--backtrack=100")
|
PORTAGE_OPTIONS=("--keep-going" "--autounmask-write" "--binpkg-respect-use=y" "--binpkg-changed-deps=y" "--autounmask-continue")
|
||||||
|
|
||||||
PORTAGE_UPGRADE_OPTIONS=("-vuNDk")
|
PORTAGE_UPGRADE_OPTIONS=("-vuNDk")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue