Gentoo Archives: gentoo-pms

From: Ulrich Mueller <ulm@g.o>
To: gentoo-pms@l.g.o
Subject: [gentoo-pms] [PATCH] Fetch restriction implies mirror restriction.
Date: Fri, 26 Apr 2013 15:51:40
Message-Id: 20858.41606.835697.798838@a1i15.kph.uni-mainz.de
1 See also ebuild(5):
2 fetch - like mirror but the files will not be fetched via SRC_URI either.
3 ---
4 dependencies.tex | 2 +-
5 1 file changed, 1 insertion(+), 1 deletion(-)
6
7 diff --git a/dependencies.tex b/dependencies.tex
8 index b82f699..47dc03b 100644
9 --- a/dependencies.tex
10 +++ b/dependencies.tex
11 @@ -362,7 +362,7 @@ The following tokens are permitted inside \t{RESTRICT}:
12 \item[mirror] The package's \t{SRC\_URI} entries may not be mirrored, and mirrors should not
13 be checked when fetching.
14 \item[fetch] The package's \t{SRC\_URI} entries may not be downloaded automatically. If
15 - entries are not available, \t{pkg\_nofetch} is called.
16 + entries are not available, \t{pkg\_nofetch} is called. Implies \t{mirror}.
17 \item[strip] No stripping of debug symbols from files to be installed may be performed.
18 \item[userpriv] The package manager may not drop root privileges when building the package.
19 \item[test] The \t{src\_test} phase must not be run.
20 --
21 1.8.2.1