From f17cafa245ee7168dfa9f6d2ffbf93945c4a53f0 Mon Sep 17 00:00:00 2001 From: rain Date: Tue, 23 Jun 2026 16:29:56 -0400 Subject: [PATCH] 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'. --- run_once_20-install-user-packages-gentoo.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_once_20-install-user-packages-gentoo.sh.tmpl b/run_once_20-install-user-packages-gentoo.sh.tmpl index 5429716..4e580ee 100644 --- a/run_once_20-install-user-packages-gentoo.sh.tmpl +++ b/run_once_20-install-user-packages-gentoo.sh.tmpl @@ -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