Gentoo Archives: gentoo-commits

From: Ulrich Mueller <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:master commit in: /
Date: Tue, 30 Apr 2013 16:02:16
Message-Id: 1366991379.87439ed1f58d8c4cf2ecfe1abccb48f5d629b06b.ulm@gentoo
1 commit: 87439ed1f58d8c4cf2ecfe1abccb48f5d629b06b
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 26 15:49:39 2013 +0000
4 Commit: Ulrich Mueller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 26 15:49:39 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=87439ed1
7
8 Fetch restriction implies mirror restriction.
9
10 See also ebuild(5):
11 fetch - like mirror but the files will not be fetched via SRC_URI either.
12
13 ---
14 dependencies.tex | 2 +-
15 1 files changed, 1 insertions(+), 1 deletions(-)
16
17 diff --git a/dependencies.tex b/dependencies.tex
18 index b82f699..47dc03b 100644
19 --- a/dependencies.tex
20 +++ b/dependencies.tex
21 @@ -362,7 +362,7 @@ The following tokens are permitted inside \t{RESTRICT}:
22 \item[mirror] The package's \t{SRC\_URI} entries may not be mirrored, and mirrors should not
23 be checked when fetching.
24 \item[fetch] The package's \t{SRC\_URI} entries may not be downloaded automatically. If
25 - entries are not available, \t{pkg\_nofetch} is called.
26 + entries are not available, \t{pkg\_nofetch} is called. Implies \t{mirror}.
27 \item[strip] No stripping of debug symbols from files to be installed may be performed.
28 \item[userpriv] The package manager may not drop root privileges when building the package.
29 \item[test] The \t{src\_test} phase must not be run.