diff options
author | 2011-04-04 14:27:11 +0100 | |
---|---|---|
committer | 2011-05-19 22:58:53 +0100 | |
commit | 3af95a7e0aaa93db66a18dbab32c43983ad8de41 (patch) | |
tree | d4b85760f226f2350013c4b71fffe12168769322 | |
parent | d124a508bb168471e91d50961e3e787ca410dba7 (diff) | |
download | paludis-3af95a7e0aaa93db66a18dbab32c43983ad8de41.tar.gz paludis-3af95a7e0aaa93db66a18dbab32c43983ad8de41.tar.xz |
Document [.(mask)?]
-rw-r--r-- | doc/configuration/specs.html.part | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/configuration/specs.html.part b/doc/configuration/specs.html.part index ed376066f..ad3758eca 100644 --- a/doc/configuration/specs.html.part +++ b/doc/configuration/specs.html.part @@ -40,7 +40,8 @@ the following order:</p> <li><code>[.key?]</code>: Match only if the specified metadata key exists. <code>key</code> may be a key's raw name (e.g. <code>DESCRIPTION</code>, <code>DEPEND</code>) or a role prefixed with a dollar sign (e.g. <code>$short_description</code>, <code>$build_dependencies</code>). If the key's name is prefixed with - <code>::</code>, metadata from the repository rather than the package ID is checked.</li> + <code>::</code>, metadata from the repository rather than the package ID is checked. If the key is in + <code>(parens)</code>, matches masks by role, token or associated key (and <code>(*)</code> matches any mask).</li> <li><code>[.key=value]</code>: Match only if the specified metadata key has a particular exact value. Only works for simple values, sets and sequences, not spec trees and other complex compound keys. If <code><</code> is used in |