Gentoo Archives: gentoo-pms

From: "Michał Górny" <mgorny@g.o>
To: gentoo-pms@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-pms] [PATCH] ebuild-env-vars.text: Allow SYSROOT & BROOT in pkg_setup
Date: Sun, 05 May 2019 12:52:55
Message-Id: 20190505125247.17295-1-mgorny@gentoo.org
1 Allow using SYSROOT & BROOT in pkg_setup(). This follows the earlier
2 change allowing for build-time dependencies in pkg_setup, whenever
3 it is being run as part of source build.
4 ---
5 ebuild-env-vars.tex | 6 +++---
6 1 file changed, 3 insertions(+), 3 deletions(-)
7
8 diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex
9 index 56f959c..33d6cba 100644
10 --- a/ebuild-env-vars.tex
11 +++ b/ebuild-env-vars.tex
12 @@ -132,19 +132,19 @@ variable.
13 table~\ref{tab:offset-env-vars-table} as supporting \t{EROOT}\@. The presence of a trailing
14 slash is EAPI dependent as listed in table~\ref{tab:trailing-slash}. \\
15 \t{SYSROOT} &
16 - \t{src_*} &
17 + \t{pkg_setup}, \t{src_*} &
18 No &
19 \featurelabel{sysroot} The absolute path to the root directory containing build dependencies
20 satisfied by \t{DEPEND}\@. Only for EAPIs listed in table~\ref{tab:added-env-vars-table}
21 as supporting \t{SYSROOT}. \\
22 \t{ESYSROOT} &
23 - \t{src_*} &
24 + \t{pkg_setup}, \t{src_*} &
25 No &
26 Contains the concatenation of the paths in the \t{SYSROOT} and \t{EPREFIX} variables,
27 for convenience. See also the \t{EPREFIX} variable. Only for EAPIs listed
28 in table~\ref{tab:offset-env-vars-table} as supporting \t{ESYSROOT}. \\
29 \t{BROOT} &
30 - \t{src_*} &
31 + \t{pkg_setup}, \t{src_*} &
32 No &
33 \featurelabel{broot} The absolute path to the root directory containing build dependencies
34 satisfied by \t{BDEPEND}, typically executable build tools. This includes any applicable offset
35 --
36 2.21.0

Replies