diff options
author | 2011-04-04 14:27:11 +0100 | |
---|---|---|
committer | 2011-04-04 14:27:11 +0100 | |
commit | b3d3ba6393d47447c9ee5fe444683d2409b3cd2d (patch) | |
tree | 37bb17d9a947f9af2e6349cf9ae3fe4e960a0179 | |
parent | 4cd6e7042bb22cc8671f034f9849532d04fad891 (diff) | |
download | paludis-b3d3ba6393d47447c9ee5fe444683d2409b3cd2d.tar.gz paludis-b3d3ba6393d47447c9ee5fe444683d2409b3cd2d.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 |