From d48248ca4640551fdcf4b11b9f2b8f6505af4f97 Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Thu, 17 Mar 2016 18:45:58 +0000 Subject: [PATCH] Makefile: s/udev/eudev/ Apparently Gentoo no longer supports the no longer supported split udev and replaced it with eudev in their stage3s. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 12e2ac7..7bdddad 100644 --- a/Makefile +++ b/Makefile @@ -173,7 +173,7 @@ endif $(SYSTOOLS): $(PREPROOT) $(COMPILE_OPTIONS) @scripts/echo Installing standard system tools - -$(inroot) $(EMERGE) --unmerge sys-fs/udev + -$(inroot) $(EMERGE) --unmerge sys-fs/eudev $(inroot) $(EMERGE) $(USEPKG) --noreplace --oneshot sys-apps/systemd $(inroot) systemd-firstboot \ --timezone=$(TIMEZONE) \