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:
parent
579d4ac952
commit
f17cafa245
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ GENTOO_PKGS=(
|
|||
app-text/fastfetch
|
||||
sys-apps/eza # in main, sys-apps category (not app-misc!)
|
||||
app-shells/fzf
|
||||
app-misc/fd
|
||||
sys-apps/fd # in main, sys-apps category (not app-misc!)
|
||||
sys-apps/ripgrep
|
||||
app-shells/zoxide
|
||||
app-shells/starship
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue