Gentoo: add --autounmask=y to handle ~amd64 keyword unmask
lazygit and most GURU packages are ~amd64 only. Without --autounmask=y, emerge fails with: =dev-vcs/lazygit-0.62.2 ~amd64 required. Applied to run_once_20-install-user-packages-gentoo.sh.tmpl and run_once_40-install-sway-gentoo.sh.tmpl.
This commit is contained in:
parent
03338d1f39
commit
598ad9dfae
2 changed files with 5 additions and 2 deletions
|
|
@ -71,7 +71,7 @@ if (( ${#MISSING_PKGS[@]} > 0 )); then
|
|||
log "missing: ${MISSING_PKGS[*]}"
|
||||
log "emerge sway stack (gentoo compiles from source; this may take a while)"
|
||||
sudo emerge --ask=n --nospinner --quiet-build --keep-going \
|
||||
--with-bdeps=y --autounmask-license=y \
|
||||
--with-bdeps=y --autounmask=y --autounmask-license=y \
|
||||
"${MISSING_PKGS[@]}"
|
||||
else
|
||||
log "all sway packages already installed; skipping emerge"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue