Summary: | sandbox, ccache and autoaddcvs features added to emerge regardless of make.conf | ||
---|---|---|---|
Product: | Portage Development | Reporter: | Daniel Black (RETIRED) <dragonheart> |
Component: | Unclassified | Assignee: | Portage team <dev-portage> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Daniel Black (RETIRED)
2003-09-21 18:35:37 UTC
root@vapier 0 root # grep ^FEATURES /etc/make.globals FEATURES="sandbox ccache" root@vapier 0 root # grep ^FEATURES /etc/make.conf FEATURES="-sandbox -ccache noauto" root@vapier 0 root # emerge info | grep ^FEATURES= FEATURES="-sandbox -ccache noauto" works fine for me FEATURES is like USE, if you dont specify it, then the default will be used. if you want to explicitly disable it, use -FEATURE |