Gentoo user-packages: lazygit is at dev-vcs/lazygit, topgrade via cargo
Two corrections to the GURU package list: 1. lazygit: was 'app-misc/lazygit' but GURU has it at 'dev-vcs/lazygit'. emerge failed with 'no ebuilds to satisfy' on app-misc/lazygit. 2. topgrade: not in any gentoo overlay. It's installed via cargo (handled by run_onchange_30-ensure-cargo.sh which has 'cargo install topgrade --locked' as the debian branch — same applies on gentoo). Removing it from the GURU emerge list avoids the same 'no ebuilds' error.
This commit is contained in:
parent
f17cafa245
commit
1d88429b14
1 changed files with 7 additions and 3 deletions
|
|
@ -116,10 +116,14 @@ else
|
||||||
log "all user packages already installed; skipping emerge"
|
log "all user packages already installed; skipping emerge"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Step 5: GURU-only packages (lazygit, topgrade)
|
# Step 5: GURU-only packages
|
||||||
|
# Note: topgrade is NOT in any gentoo overlay (not main, not GURU).
|
||||||
|
# It's installed via `cargo install topgrade --locked` (handled by
|
||||||
|
# run_onchange_30-ensure-cargo.sh). The cargo binary is at
|
||||||
|
# ~/.cargo/bin which we put on PATH at the top of this script.
|
||||||
|
# lazygit IS in GURU but at dev-vcs/lazygit (not app-misc/lazygit).
|
||||||
GURU_PKGS=(
|
GURU_PKGS=(
|
||||||
app-misc/lazygit
|
dev-vcs/lazygit
|
||||||
app-misc/topgrade
|
|
||||||
)
|
)
|
||||||
|
|
||||||
GURU_MISSING=()
|
GURU_MISSING=()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue