commit: f9faa16a59659e176b2acf435bf5ec174c39b3ed
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 23 16:00:09 2017 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 23 16:00:09 2017 +0000
URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=f9faa16a
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.
ebuild-env-vars.tex | 4 ++--
1 file 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