diff options
author | 2014-07-17 16:14:31 +0200 | |
---|---|---|
committer | 2014-07-17 16:14:31 +0200 | |
commit | 160534995aad8623f278485047ee67303daf5b60 (patch) | |
tree | 6ed3c6b09251840e777005e65e9b36995969c3c7 /doc | |
parent | roverlay/util/portage_regex: small cleanup/fix (diff) | |
download | R_overlay-160534995aad8623f278485047ee67303daf5b60.tar.gz R_overlay-160534995aad8623f278485047ee67303daf5b60.tar.bz2 R_overlay-160534995aad8623f278485047ee67303daf5b60.zip |
package rules: add "version" match keyword
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rst/usage.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/rst/usage.rst b/doc/rst/usage.rst index ffa690b..f841f36 100644 --- a/doc/rst/usage.rst +++ b/doc/rst/usage.rst @@ -1819,6 +1819,15 @@ These *match keywords* are recognized: +---------------+------------------+--------------------------------------+ | name | *implicit* | *alias to ebuild_name* | +---------------+------------------+--------------------------------------+ + | version | *implicit* | ebuild version ``${PV}`` | + | | | | + | | | To be exact, matches the ebuild | + | | | version with revision ``-rN`` | + | | | (``${PVR}``). ``-r0`` gets always | + | | | omitted and all packages are | + | | | initially ``-r0``, so *version* | + | | | effectively matches ``${PV}``. | + +---------------+------------------+--------------------------------------+ | category | exact-string | the package's overlay category, | | | | which is unknown (represented by | | | | ``@default``) unless it has been set | |