From 9ca357642a006e21914f32a476a7866b171ceae0 Mon Sep 17 00:00:00 2001 From: Username404-59 <53659497+Username404-59@users.noreply.github.com> Date: Tue, 8 Oct 2024 21:41:59 +0200 Subject: [PATCH] README.md: Update Gentoo dependencies list Fixes the ebuild parent dirs & depend on openbsd-netcat instead of netcat because libvirt needs it and is likely to be installed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7896dcbc..bde82e73 100644 --- a/README.md +++ b/README.md @@ -300,7 +300,7 @@ Install the required dependencies. ``` - Gentoo Linux: ```bash - sudo emerge --ask=n sys-libs/dialog net-misc/freerdp:3 net-misc/iproute2 x11-libs/libnotify net-analyzer/netcat + sudo emerge --ask=n dev-util/dialog net-misc/freerdp:3 sys-apps/iproute2 x11-libs/libnotify net-analyzer/openbsd-netcat ``` > [!NOTE]