Gentoo Archives: gentoo-pms

From: Ulrich Mueller <ulm@g.o>
To: gentoo-pms@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: Re: [gentoo-pms] [PATCH] best_version: make failure behavior clear.
Date: Mon, 10 Sep 2012 14:50:11
Message-Id: 20557.65044.924433.453110@a1i15.kph.uni-mainz.de
In Reply to: [gentoo-pms] [PATCH] best_version: make failure behavior clear. by "Michał Górny"
1 >>>>> On Mon, 10 Sep 2012, Micha³ Górny wrote:
2
3 > --- a/pkg-mgr-commands.tex
4 > +++ b/pkg-mgr-commands.tex
5 > @@ -81,7 +81,7 @@ these commands once the current phase function has returned.
6 > true if a package matching the atom is installed in \t{ROOT}, and false otherwise.
7 > \item[best\_version] Takes exactly one package dependency specification as an argument. If a
8 > matching package is installed, prints the category, package name and version of the highest
9 > - matching version.
10 > + matching version; otherwise, prints an empty string. The exit code is implementation-defined.
11 > \end{description}
12
13 > \subsubsection{Output commands}
14
15 Do we really need to mention the exit status here? We also don't
16 mention it for commands like use_with.
17
18 Ulrich

Replies

Subject Author
Re: [gentoo-pms] [PATCH] best_version: make failure behavior clear. "Michał Górny" <mgorny@g.o>