1 |
commit: 3c2d710d7ac4d60cc063a4626b62af3ef6b8657d |
2 |
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> |
3 |
AuthorDate: Sat Aug 24 12:59:45 2013 +0000 |
4 |
Commit: Ulrich Mueller <ulm <AT> gentoo <DOT> org> |
5 |
CommitDate: Thu Aug 29 07:51:02 2013 +0000 |
6 |
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=3c2d710d |
7 |
|
8 |
Fix definition of tilde operator, bug 196561. |
9 |
|
10 |
--- |
11 |
dependencies.tex | 4 +--- |
12 |
1 file changed, 1 insertion(+), 3 deletions(-) |
13 |
|
14 |
diff --git a/dependencies.tex b/dependencies.tex |
15 |
index 47dc03b..a6fa67b 100644 |
16 |
--- a/dependencies.tex |
17 |
+++ b/dependencies.tex |
18 |
@@ -230,9 +230,7 @@ The following operators are available: |
19 |
specified has an asterisk immediately following it, a string prefix comparison is |
20 |
used instead. When an asterisk is used, the specification must remain valid if the |
21 |
asterisk were removed. (An asterisk used with any other operator is illegal.) |
22 |
-\item[\t{\textasciitilde}] Equal to the specified version, except the revision part of the matching |
23 |
- package may be greater than the revision part of the specified version (\t{-r0} is |
24 |
- assumed if no revision is explicitly stated). |
25 |
+\item[\t{\textasciitilde}] Equal to the specified version when revision parts are ignored. |
26 |
\item[\t{>=}] Greater than or equal to the specified version. |
27 |
\item[\t{>}] Strictly greater than the specified version. |
28 |
\end{description} |