commit: be004ffef5be6c9c03580094397326bd44344683
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 3 13:00:09 2025 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Aug 3 13:00:09 2025 +0000
URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=be004ffe
ebuild-writing/variables: ESYSROOT can also be the same as SYSROOT
Even when it differs from EROOT and BROOT.
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
ebuild-writing/variables/text.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/ebuild-writing/variables/text.xml
b/ebuild-writing/variables/text.xml
index 5f79af8..7b6ffe8 100644
--- a/ebuild-writing/variables/text.xml
+++ b/ebuild-writing/variables/text.xml
@@ -151,9 +151,9 @@ for these variables when writing ebuilds.
<tr>
<ti><c>ESYSROOT</c></ti>
<ti>
- The same as either <c>EROOT</c> or <c>BROOT</c> depending on the
- value of <c>SYSROOT</c>. Commonly used to reference the location
- of headers and libraries at build time.
+ The same as either <c>EROOT</c>, <c>BROOT</c> or <c>SYSROOT</c>
+ depending on the value of <c>SYSROOT</c>. Commonly used to
+ reference the location of headers and libraries at build time.
</ti>
</tr>
<tr>