summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2016-02-14 23:08:52 +0100
committerManuel Rüger <mrueg@gentoo.org>2016-02-14 23:08:52 +0100
commit32aea68f2d041057eadbda55f4b17410dd491dcc (patch)
treeffc6a12c21e324acbda74d78b9a0a5282ea72c1e /app-portage/eix/metadata.xml
parentapp-misc/pdfpc: Version bump (diff)
downloadgentoo-32aea68f2d041057eadbda55f4b17410dd491dcc.tar.gz
gentoo-32aea68f2d041057eadbda55f4b17410dd491dcc.tar.bz2
gentoo-32aea68f2d041057eadbda55f4b17410dd491dcc.zip
app-portage/eix: Add support for required-use
Thanks to Martin Väth Package-Manager: portage-2.2.27
Diffstat (limited to 'app-portage/eix/metadata.xml')
-rw-r--r--app-portage/eix/metadata.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app-portage/eix/metadata.xml b/app-portage/eix/metadata.xml
index d8a04e9dd9d5..922154261b94 100644
--- a/app-portage/eix/metadata.xml
+++ b/app-portage/eix/metadata.xml
@@ -22,6 +22,7 @@
<flag name="dep">Make DEP=true the default which enables support for {,R,P}DEPEND but requires roughly double disk and memory.</flag>
<flag name="doc">Create description of the eix cache file additionally in html format</flag>
<flag name="optimization">Accept upstream's choices for CXXFLAGS/LDFLAGS for optimization. Absense of this USE flag does not strip user's *FLAGS</flag>
+ <flag name="required-use">Make REQUIRED_USE=true the default which enables support for REQUIRED_USE but requires more disk and memory.</flag>
<flag name="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.</flag>
<flag name="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</flag>
<flag name="strong-security">Add many checks to prevent exploits if eix code has a bug. This will slow down eix considerably. Use only if you are paranoid or have reasons to suspect a bug.</flag>