Gentoo Archives: gentoo-commits

From: "André Erdmann" <dywi@×××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/R_overlay:master commit in: doc/rst/
Date: Sat, 23 Aug 2014 19:03:18
Message-Id: 1408820413.cf093636b7458403591634c74e043d95bbdeec03.dywi@gentoo
1 commit: cf093636b7458403591634c74e043d95bbdeec03
2 Author: André Erdmann <dywi <AT> mailerd <DOT> de>
3 AuthorDate: Sat Aug 23 19:00:13 2014 +0000
4 Commit: André Erdmann <dywi <AT> mailerd <DOT> de>
5 CommitDate: Sat Aug 23 19:00:13 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=cf093636
7
8 doc/rst: fix slot rule examples
9
10 ---
11 doc/rst/usage.rst | 6 +++---
12 1 file changed, 3 insertions(+), 3 deletions(-)
13
14 diff --git a/doc/rst/usage.rst b/doc/rst/usage.rst
15 index 1f6dbb2..c6046c0 100644
16 --- a/doc/rst/usage.rst
17 +++ b/doc/rst/usage.rst
18 @@ -1535,7 +1535,7 @@ Example 5 - fuzzy slot rule
19
20 .. code-block:: text
21
22 - ~sci-libs/fftw:s=0..1 :: fftw
23 + ~sci-libs/fftw:wide_match:s=0..1 :: fftw
24
25 Example 6 - slot-restricted fuzzy slot rule
26 Similar to example 5, but this rule does not resolve anything unless the
27 @@ -1543,7 +1543,7 @@ Example 6 - slot-restricted fuzzy slot rule
28
29 .. code-block:: text
30
31 - ~sci-libs/fftw:s=0..1:restrict=2.1,3.0: :: fftw
32 + ~sci-libs/fftw:wide_match:s=0..1:restrict=2.1,3.0: :: fftw
33
34 Example 7 - slot-restricted fuzzy slot rule with *immediate* value
35 Example 6 is not quite correct, as sci-libs/fftw currently uses slot 3.0
36 @@ -1552,7 +1552,7 @@ Example 7 - slot-restricted fuzzy slot rule with *immediate* value
37
38 .. code-block:: text
39
40 - ~sci-libs/fftw:s=i3.0:restrict=3.0,3.1,3.2,3.3 :: fftw
41 + ~sci-libs/fftw:wide_match:s=i3.0:restrict=3.0,3.1,3.2,3.3 :: fftw
42
43
44 Please see the default rule files for more extensive examples that cover