projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d0a2f6
)
make.globals: enable FEATURES=force-prefix
author
Fabian Groffen
<grobian@gentoo.org>
Fri, 9 Dec 2011 20:42:13 +0000
(21:42 +0100)
committer
Fabian Groffen
<grobian@gentoo.org>
Fri, 9 Dec 2011 20:42:13 +0000
(21:42 +0100)
cnf/make.globals
patch
|
blob
|
history
diff --git
a/cnf/make.globals
b/cnf/make.globals
index 558f3358efeddd6b9dba358b07362c6ab7b968aa..4339f1f6eeb0182a205f02d3c6ddc730130fd82e 100644
(file)
--- 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"