diff options
author | 2016-01-09 15:14:28 +0100 | |
---|---|---|
committer | 2016-01-09 15:14:28 +0100 | |
commit | dc2d9daacb9659e53a980ed2d464b8190b86d481 (patch) | |
tree | 04744fab634fb10ab7d7eb6491c2d85947856f81 /profiles | |
parent | x11-themes/fvwm-crystal: Version bump (diff) | |
download | mv-dc2d9daacb9659e53a980ed2d464b8190b86d481.tar.gz mv-dc2d9daacb9659e53a980ed2d464b8190b86d481.tar.bz2 mv-dc2d9daacb9659e53a980ed2d464b8190b86d481.zip |
app-portage/eix: Add USE=required-use
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/use.local.desc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 5616991f..913136e4 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -6,6 +6,7 @@ app-portage/eix:debug - Build with upstream's CXXFLAGS/LDFLAGS for debugging sup app-portage/eix:dep - Make DEP=true the default which enables support for {,R,P}DEPEND but requires roughly double disk and memory. app-portage/eix:doc - Create description of the eix cache file additionally in html format app-portage/eix:optimization - Accept upstream's choices for CXXFLAGS/LDFLAGS for optimization. Absense of this USE flag does not strip user's *FLAGS +app-portage/eix:required-use - Make REQUIRED_USE=true the default which enables support for REQUIRED_USE but requires more disk and memory. app-portage/eix:security - This adds some checks which can prevent certain exploits if e.g. the eix code has a bug. If you use the hardened toolchain, using this flag does not increase security and can even lead to problems. app-portage/eix:sqlite - Compile in support for portage's sqlite backend; to actually use it you need additional configuration of portage and eix app-portage/eix:strong-optimization - Adds several more agressive CXXFLAGS/LDFLAGS for optimization like graphite (if available). May cause trouble with some buggy compiler versions. Absense of this USE flag does not strip user's *FLAGS |