From eeddb7ad0b36822be7d3298caefa9475bc9dc466 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Wed, 1 Feb 2023 19:11:56 +0100 Subject: ebuild-env-vars.tex: Fix indentation of list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- ebuild-env-vars.tex | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex index 004a7a2..7f430e7 100644 --- a/ebuild-env-vars.tex +++ b/ebuild-env-vars.tex @@ -117,13 +117,13 @@ inconsistent variable. \featurelabel{eclassdir} The full path to the master repository's eclass directory. Only for EAPIs listed in table~\ref{tab:removed-env-vars-table} as supporting \t{ECLASSDIR}. \\ \t{ROOT} & - \t{pkg_*} & - No & - The absolute path to the root directory into which the package is to be merged. Phases which run - with full filesystem access must not touch any files outside of the directory given in - \t{ROOT}\@. Also of note is that in a cross-compiling environment, binaries inside of \t{ROOT} - will not be executable on the build machine, so ebuilds must not call them. The presence of - a trailing slash is EAPI dependent as listed in table~\ref{tab:trailing-slash}. \\ + \t{pkg_*} & + No & + The absolute path to the root directory into which the package is to be merged. Phases which + run with full filesystem access must not touch any files outside of the directory given in + \t{ROOT}\@. Also of note is that in a cross-compiling environment, binaries inside of \t{ROOT} + will not be executable on the build machine, so ebuilds must not call them. The presence of + a trailing slash is EAPI dependent as listed in table~\ref{tab:trailing-slash}. \\ \t{EROOT} & \t{pkg_*} & No & -- cgit v1.2.3-65-gdbad