From 8e556ca5a95a9d1d6826dd13ce06b36343e1ba7f Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Tue, 21 Feb 2023 09:52:11 -0600 Subject: [PATCH] Do not install git on the build host No longer necessary. --- build-host-tools.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build-host-tools.sh b/build-host-tools.sh index 72d7ea2..74f8b13 100755 --- a/build-host-tools.sh +++ b/build-host-tools.sh @@ -2,7 +2,6 @@ # vim: set sw=4 ts=4 sts=4 et : emerge -vnUj \ - dev-vcs/git \ sys-apps/systemd \ sys-boot/grub \ sys-fs/btrfs-progs \