From: Dirk Steinmetz Date: Tue, 11 Jun 2019 22:44:06 +0000 (+0200) Subject: Change emerge flags X-Git-Tag: v0.2.4.0^0 X-Git-Url: https://git.generalsync.com/oss/isolator.git/commitdiff_plain Change emerge flags This commit adds two additional flags when calling emerge to update or install things: --binpkg-changed-deps=y to suppress the warning about changed dependencies, and --autounmask-backtrack=y to try to find solutions without unmasking packages. --- diff --git a/isolator b/isolator index aed0190..c9ad106 100755 --- a/isolator +++ b/isolator @@ -422,7 +422,8 @@ updateContainer() { done emergeInContainer "$CONTAINER_FOLDER" -kuDN --binpkg-respect-use=y \ - --rebuilt-binaries $ISOLATOR_PORTAGEARGS @world + --binpkg-changed-deps=y --rebuilt-binaries --autounmask-backtrack=y \ + $ISOLATOR_PORTAGEARGS @world emergeInContainer "$CONTAINER_FOLDER" -c $ISOLATOR_PORTAGECLEANARGS # /etc/portage contains symlinks to outside of the rootfs, so we better