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.
done
emergeInContainer "$CONTAINER_FOLDER" -kuDN --binpkg-respect-use=y \
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
emergeInContainer "$CONTAINER_FOLDER" -c $ISOLATOR_PORTAGECLEANARGS
# /etc/portage contains symlinks to outside of the rootfs, so we better