commit:     273d8d7ba3cd6df5662628fd45ffc13ef214ba77
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 17 14:50:04 2018 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Wed Oct 24 12:56:36 2018 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=273d8d7b

ebuild-writing/variables: Add EAPI=7 variables

Signed-off-by: Brian Evans <grknight <AT> gentoo.org>

 ebuild-writing/variables/text.xml | 30 +++++++++++++++++++++++++++++-
 1 file changed, 29 insertions(+), 1 deletion(-)

diff --git a/ebuild-writing/variables/text.xml 
b/ebuild-writing/variables/text.xml
index 811d92a..4cf24dc 100644
--- a/ebuild-writing/variables/text.xml
+++ b/ebuild-writing/variables/text.xml
@@ -128,7 +128,27 @@ for these variables when writing ebuilds.
   <tr>
     <ti><c>EROOT</c></ti>
     <ti>
-      Shorthand for <c>${ROOT%/}${EPREFIX}/</c>.
+      </c>.
+    </ti>
+  </tr>
+  <tr>
+    <ti><c>SYSROOT</c></ti>
+    <ti>
+      (EAPI=7) The absolute path to the root directory containing build 
dependencies
+               satisfied by <c>DEPEND</c>
+    </ti>
+  </tr>
+  <tr>
+    <ti><c>ESYSROOT</c></ti>
+    <ti>
+      (EAPI=7) Shorthand for <c>${SYSROOT%/}${EPREFIX}/</c>.
+    </ti>
+  </tr>
+  <tr>
+    <ti><c>BROOT</c></ti>
+    <ti>
+      (EAPI=7) The absolute path to the root directory containing build 
dependencies
+               satisfied by <c>BDEPEND</c>, typically executable build tools.
     </ti>
   </tr>
 </table>
@@ -233,6 +253,14 @@ The following variables may or must be defined by every 
ebuild.
     <ti>
     A list of the package's build dependencies.  See
     <uri link="::general-concepts/dependencies"/>.
+    Starting with EAPI-7, applies to CHOST only.
+    </ti>
+  </tr>
+  <tr>
+    <ti><c>DEPEND</c></ti>
+    <ti>
+    (EAPI=7) A list of the package's CBUILD build dependencies.  See
+    <uri link="::general-concepts/dependencies"/>.
     </ti>
   </tr>
   <tr>

Reply via email to