commit: 49009d462b003ccfd5c534680db4ab1e07c50e4f
Author: André Erdmann <dywi <AT> mailerd <DOT> de>
AuthorDate: Tue Jul 29 17:49:49 2014 +0000
Commit: André Erdmann <dywi <AT> mailerd <DOT> de>
CommitDate: Tue Jul 29 17:49:49 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=49009d46
doc/rst: document slot deprule changes
---
doc/rst/usage.rst | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/doc/rst/usage.rst b/doc/rst/usage.rst
index c8ffff9..1f6dbb2 100644
--- a/doc/rst/usage.rst
+++ b/doc/rst/usage.rst
@@ -1680,6 +1680,12 @@ Fuzzy Slot Rules
* ``with_version`` or ``+v``: include version, too
(``=<cat>/<pkg>-<pkgver>:<SLOT>``)
* ``open``: non-versioned slot (``<cat>/<pkg>:*`` or ``<cat>/<pkg>:=``)
+ * match behavior
+
+ By default, slot rules match ``<= <version>`` and ``= <version>``
+ statements only.
+ The ``wide_match`` option allows to match ``>= <version>``, too.
+
* accepted *calculated* slot values can be restricted with
``restrict=<list of accepted values`` or ``r=<list>``
* relevant slot parts can be set with ``slotparts=<selection>`` or