Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:master commit in: /
Date: Wed, 01 Feb 2023 18:14:03
Message-Id: 1675275116.eeddb7ad0b36822be7d3298caefa9475bc9dc466.ulm@gentoo
1 commit: eeddb7ad0b36822be7d3298caefa9475bc9dc466
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 1 18:11:56 2023 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 1 18:11:56 2023 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=eeddb7ad
7
8 ebuild-env-vars.tex: Fix indentation of list
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 ebuild-env-vars.tex | 14 +++++++-------
13 1 file changed, 7 insertions(+), 7 deletions(-)
14
15 diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex
16 index 004a7a2..7f430e7 100644
17 --- a/ebuild-env-vars.tex
18 +++ b/ebuild-env-vars.tex
19 @@ -117,13 +117,13 @@ inconsistent variable.
20 \featurelabel{eclassdir} The full path to the master repository's eclass directory. Only for
21 EAPIs listed in table~\ref{tab:removed-env-vars-table} as supporting \t{ECLASSDIR}. \\
22 \t{ROOT} &
23 - \t{pkg_*} &
24 - No &
25 - The absolute path to the root directory into which the package is to be merged. Phases which run
26 - with full filesystem access must not touch any files outside of the directory given in
27 - \t{ROOT}\@. Also of note is that in a cross-compiling environment, binaries inside of \t{ROOT}
28 - will not be executable on the build machine, so ebuilds must not call them. The presence of
29 - a trailing slash is EAPI dependent as listed in table~\ref{tab:trailing-slash}. \\
30 + \t{pkg_*} &
31 + No &
32 + The absolute path to the root directory into which the package is to be merged. Phases which
33 + run with full filesystem access must not touch any files outside of the directory given in
34 + \t{ROOT}\@. Also of note is that in a cross-compiling environment, binaries inside of \t{ROOT}
35 + will not be executable on the build machine, so ebuilds must not call them. The presence of
36 + a trailing slash is EAPI dependent as listed in table~\ref{tab:trailing-slash}. \\
37 \t{EROOT} &
38 \t{pkg_*} &
39 No &