summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2017-03-23 17:00:09 +0100
committerUlrich Müller <ulm@gentoo.org>2017-03-23 17:00:09 +0100
commitf9faa16a59659e176b2acf435bf5ec174c39b3ed (patch)
treeb6f43ff3be8a26c1e2e9b7ffe4af9f343206bea0 /ebuild-env-vars.tex
parentWORKDIR and S have the same scope as FILESDIR and DISTDIR. (diff)
downloadpms-f9faa16a59659e176b2acf435bf5ec174c39b3ed.tar.gz
pms-f9faa16a59659e176b2acf435bf5ec174c39b3ed.tar.bz2
pms-f9faa16a59659e176b2acf435bf5ec174c39b3ed.zip
A is legal in pkg_nofetch.
It is quite common and useful for existing ebuilds to access the A variable in pkg_nofetch. Also package managers define the variable there. Update the spec accordingly. The same applies to AA (which is deprecated, but there is no reason why its scope should be different from A). Thanks to Michał Górny for pointing this out.
Diffstat (limited to 'ebuild-env-vars.tex')
-rw-r--r--ebuild-env-vars.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex
index a3766a2..d8ccd6c 100644
--- a/ebuild-env-vars.tex
+++ b/ebuild-env-vars.tex
@@ -67,7 +67,7 @@ variable.
Yes &
Package version and revision (if any), for example \t{7.0.174} or \t{7.0.174-r1}. \\
\t{A} &
- \t{src\_*} &
+ \t{src\_*}, \t{pkg\_nofetch} &
Yes &
All source files available for the package, whitespace separated with no leading or trailing
whitespace, and in the order in which the item first appears in a matched component of
@@ -77,7 +77,7 @@ variable.
assume that the package manager sets it in the EAPIs supporting it. For example, a few
configure scripts use this variable to find the \t{aalib} package; ebuilds calling such
configure scripts must thus work around this.} &
- \t{src\_*} &
+ Ditto &
Yes &
\featurelabel{aa} All source files that could be available for the package, including any that
are disabled in \t{A} because of USE conditionals. The value is calculated from the base names