gentooup.sh: use autounmask-continue

This commit is contained in:
layman 2022-03-10 11:39:55 +01:00
parent 88b8d48183
commit 9f732ed82b

View file

@ -1,7 +1,7 @@
#!/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")