From: Fabian Groffen Date: Fri, 9 Dec 2011 20:42:13 +0000 (+0100) Subject: make.globals: enable FEATURES=force-prefix X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9b1d50b7f5ba9dfa89d311bd1eca24439747a0c9;p=portage.git make.globals: enable FEATURES=force-prefix --- 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"