From 9b1d50b7f5ba9dfa89d311bd1eca24439747a0c9 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Fri, 9 Dec 2011 21:42:13 +0100 Subject: [PATCH] make.globals: enable FEATURES=force-prefix --- cnf/make.globals | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cnf/make.globals b/cnf/make.globals index 558f3358e..4339f1f6e 100644 --- a/cnf/make.globals +++ b/cnf/make.globals @@ -65,6 +65,9 @@ COLLISION_IGNORE="/lib/modules" # This setting is commented out for portage versions that don't support it. FEATURES="${FEATURES} preserve-libs" +# Force EPREFIX, ED and EROOT to exist in all EAPIs, not just 3 and up +FEATURES="${FEATURES} force-prefix" + # Default chunksize for binhost comms PORTAGE_BINHOST_CHUNKSIZE="3000" -- 2.26.2