Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:master commit in: /
Date: Mon, 04 Mar 2019 07:06:03
Message-Id: 1551617335.d3e1c27de6b84312959dc3ce91e681dd54378398.ulm@gentoo
1 commit: d3e1c27de6b84312959dc3ce91e681dd54378398
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 3 12:48:55 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 3 12:48:55 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=d3e1c27d
7
8 Cheat sheet: Whitespace.
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 eapi-cheatsheet.tex | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eapi-cheatsheet.tex b/eapi-cheatsheet.tex
16 index e09c524..14a56a3 100644
17 --- a/eapi-cheatsheet.tex
18 +++ b/eapi-cheatsheet.tex
19 @@ -490,7 +490,7 @@ differences between these previous EAPIs.
20 Replace all version separators in \emph{range} by string
21 \emph{repl}. Multiple \emph{range repl} pairs are allowed.
22 \emph{version} defaults to \code{PV}.
23 - \item[\code{ver_test} {[\emph{v1}]} \emph{op v2}]
24 + \item[\code{ver_test} {[\emph{v1}]} \emph{op v2}]
25 Check if the relation \emph{v1 op v2} is true.
26 \emph{v1} defaults to \code{PVR}; \emph{op} can be \code{-eq},
27 \code{-ne}, \code{-gt}, \code{-ge}, \code{-lt} or \code{-le}.