From 56c7b39833e19c88225e8bd18c2acaf61fc3103a Mon Sep 17 00:00:00 2001 From: Dirk Steinmetz Date: Wed, 12 Jun 2019 00:44:06 +0200 Subject: [PATCH] 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. --- isolator | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.43.0