Gentoo Archives: gentoo-pms

From: levertond@××××××××××.com
To: gentoo-pms@l.g.o
Cc: David Leverton <levertond@××××××××××.com>
Subject: [gentoo-pms] [PATCH] Clarify that --host-root must be the first argument
Date: Sun, 09 Sep 2012 18:32:54
Message-Id: 504ce0c8.8908b40a.3d1f.7dfb@mx.google.com
1 From: David Leverton <levertond@××××××××××.com>
2
3 ---
4 Agreed on IRC with zmedico and ulm that it should be restricted like this;
5 Portage implementation has been updated.
6
7 pkg-mgr-commands.tex | 4 ++--
8 1 files changed, 2 insertions(+), 2 deletions(-)
9
10 diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
11 index a04556e..a6dd807 100644
12 --- a/pkg-mgr-commands.tex
13 +++ b/pkg-mgr-commands.tex
14 @@ -82,8 +82,8 @@ these commands in parallel with any other package manager command. Ebuilds must
15 these commands once the current phase function has returned.
16
17 \featurelabel{host-root-option} In EAPIs listed in table~\ref{tab:foo-version-host-root-table} as
18 -supporting option \t{-{}-host-root}, this option will cause the query to apply to the host root
19 -instead of \t{ROOT}.
20 +supporting option \t{-{}-host-root}, this flag as the first argument will cause the query to apply
21 +to the host root instead of \t{ROOT}.
22 \begin{description}
23 \item[has\_version] Takes exactly one package dependency specification as an argument. Returns
24 true if a package matching the atom is installed in \t{ROOT}, and false otherwise.
25 --
26 1.7.8.6

Replies