make.globals: enable FEATURES=force-prefix
authorFabian Groffen <grobian@gentoo.org>
Fri, 9 Dec 2011 20:42:13 +0000 (21:42 +0100)
committerFabian Groffen <grobian@gentoo.org>
Fri, 9 Dec 2011 20:42:13 +0000 (21:42 +0100)
cnf/make.globals

index 558f3358efeddd6b9dba358b07362c6ab7b968aa..4339f1f6eeb0182a205f02d3c6ddc730130fd82e 100644 (file)
@@ -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"