Gentoo Archives: gentoo-pms

From: "Michał Górny" <mgorny@g.o>
To: gentoo-pms@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-pms] [PATCH] best_version: make failure behavior clear.
Date: Mon, 10 Sep 2012 13:00:51
Message-Id: 1347282089-897-1-git-send-email-mgorny@gentoo.org
In Reply to: Re: [gentoo-pms] best_version: missing failure behavior by Ciaran McCreesh
1 ---
2 pkg-mgr-commands.tex | 2 +-
3 1 file changed, 1 insertion(+), 1 deletion(-)
4
5 diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
6 index 6847a1a..39c2680 100644
7 --- a/pkg-mgr-commands.tex
8 +++ b/pkg-mgr-commands.tex
9 @@ -81,7 +81,7 @@ these commands once the current phase function has returned.
10 true if a package matching the atom is installed in \t{ROOT}, and false otherwise.
11 \item[best\_version] Takes exactly one package dependency specification as an argument. If a
12 matching package is installed, prints the category, package name and version of the highest
13 - matching version.
14 + matching version; otherwise, prints an empty string. The exit code is implementation-defined.
15 \end{description}
16
17 \subsubsection{Output commands}
18 --
19 1.7.12

Replies