Summary: | Portage automatically turns on certain USE flags when certain packages are emerged. | ||
---|---|---|---|
Product: | Portage Development | Reporter: | illuminata <capitalista> |
Component: | Core - Dependencies | Assignee: | Portage team <dev-portage> |
Status: | RESOLVED WORKSFORME | ||
Severity: | major | ||
Priority: | Lowest | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
illuminata
2005-02-13 20:47:02 UTC
There are two alternatives do that which you want. USE="-* ..." in make.conf or USE_ORDER="env:pkg:conf:defaults" The second is not documented but does exactly what you want. The first one is the better option and could be created by doing "emerge info | grep USE >> /etc/make.conf" and then removing any specific flags, such as java, that you don't want. Note, I'm all for getting rid of autouse but that's just because it's horrible to implement design-wise. ;) |