1
0
Fork 0

Gentoo user-packages: fd is at sys-apps/fd, not app-misc/fd

On Gentoo, fd-find / fd is in sys-apps/fd (similar to eza being in
sys-apps/eza). Both are modern rust-based CLI tools in the sys-apps
category. The template used 'app-misc/fd' which doesn't exist on
gentoo's main tree; emerge failed with 'no ebuilds to satisfy'.
This commit is contained in:
Rain 2026-06-23 16:29:56 -04:00
parent 579d4ac952
commit f17cafa245

View file

@ -73,7 +73,7 @@ GENTOO_PKGS=(
app-text/fastfetch app-text/fastfetch
sys-apps/eza # in main, sys-apps category (not app-misc!) sys-apps/eza # in main, sys-apps category (not app-misc!)
app-shells/fzf app-shells/fzf
app-misc/fd sys-apps/fd # in main, sys-apps category (not app-misc!)
sys-apps/ripgrep sys-apps/ripgrep
app-shells/zoxide app-shells/zoxide
app-shells/starship app-shells/starship