drop --binpkg-changed-deps; add --binpkg-respect-use=y
This commit is contained in:
parent
fe76b1fe4e
commit
9809bcf031
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
LOCKFILE=/usr/portage/gentooup.lock
|
||||
PORTAGE_OPTIONS=("--keep-going" "--autounmask-write" "--binpkg-changed-deps=y" "--autounmask-continue")
|
||||
PORTAGE_OPTIONS=("--keep-going" "--autounmask-write" "--binpkg-respect-use=y" "--autounmask-continue")
|
||||
|
||||
PORTAGE_UPGRADE_OPTIONS=("-vuNDk")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue