drop --binpkg-changed-deps; add --binpkg-respect-use=y

This commit is contained in:
layman 2023-01-26 07:31:44 +01:00
parent fe76b1fe4e
commit 9809bcf031

View file

@ -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")