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] Clarify that AA will be set only in EAPI < 4.
Date: Tue, 28 Jun 2011 13:50:17
Message-Id: 1309269025-30312-1-git-send-email-mgorny@gentoo.org
1 Right now, the footnote about AA could mean that PMs will still set it
2 for EAPIs >= 4.
3 ---
4 ebuild-env-vars.tex | 6 +++---
5 1 files changed, 3 insertions(+), 3 deletions(-)
6
7 diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex
8 index c871902..6817d7d 100644
9 --- a/ebuild-env-vars.tex
10 +++ b/ebuild-env-vars.tex
11 @@ -68,9 +68,9 @@ variable.
12 \t{SRC\_URI}\@. Does not include any that are disabled because of USE conditionals. The value is
13 calculated from the base names of each element of the \t{SRC\_URI} ebuild metadata variable. \\
14 \t{AA}\footnote{This variable is generally considered deprecated. However, ebuilds must still
15 - assume that the package manager sets it. For example, a few configure scripts use this variable
16 - to find the \t{aalib} package; ebuilds calling such configure scripts must thus work around
17 - this.} &
18 + assume that the package manager sets it in the EAPIs supporting it. For example, a few
19 + configure scripts use this variable to find the \t{aalib} package; ebuilds calling such
20 + configure scripts must thus work around this.} &
21 \t{src\_*} &
22 Yes &
23 \featurelabel{aa} All source files that could be available for the package, including any that
24 --
25 1.7.6