From d3d3439e4c9887422131d55ec19d7e80d6132bf5 Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Fri, 7 Dec 2018 21:24:18 -0800 Subject: [PATCH] Makefile: remove ACCEPT_KEYWORDS support. I don't use this and no longer want to maintain it. --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 170926e..e64b6c6 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,6 @@ CHANGE_PASSWORD = YES HEADLESS = NO EXTERNAL_KERNEL = NO PKGLIST = 0 -ACCEPT_KEYWORDS = amd64 DASH = NO LOCALE ?= en_US.utf8 @@ -162,7 +161,6 @@ $(portage_make_conf_local): $(appliance_make_conf) $(COMPILE_OPTIONS): $(STAGE3) $(PORTAGE_DIR) configs/make.conf.$(VA_ARCH) configs/locale.gen $(portage_package_files) $(portage_make_conf_local) COPY configs/make.conf.$(VA_ARCH) /etc/portage/make.conf - echo ACCEPT_KEYWORDS=$(ACCEPT_KEYWORDS) >> $(CHROOT)/etc/portage/make.conf COPY configs/locale.gen /etc/locale.gen RUN locale-gen touch $(COMPILE_OPTIONS)