diff options
author | 2018-08-12 15:17:27 +0200 | |
---|---|---|
committer | 2018-08-12 15:17:27 +0200 | |
commit | 525c0460eb2bc9cbe65755f5df4ab833b2107d65 (patch) | |
tree | 2214260b297148bcce745b7eed05da1aa71dc852 /ebuild-vars.tex | |
parent | pkg-mgr-commands.tex: Allow inverted condition in use_with. (diff) | |
download | pms-525c0460eb2bc9cbe65755f5df4ab833b2107d65.tar.gz pms-525c0460eb2bc9cbe65755f5df4ab833b2107d65.tar.bz2 pms-525c0460eb2bc9cbe65755f5df4ab833b2107d65.zip |
Fix whitespace in list items.
Diffstat (limited to 'ebuild-vars.tex')
-rw-r--r-- | ebuild-vars.tex | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/ebuild-vars.tex b/ebuild-vars.tex index faecf8f..497bd77 100644 --- a/ebuild-vars.tex +++ b/ebuild-vars.tex @@ -211,12 +211,13 @@ The following are special variables defined by the package manager for internal not be exported to the ebuild environment: \begin{description} -\item[DEFINED_PHASES] \featurelabel{defined-phases} A space separated arbitrarily ordered list of -phase names (e.\,g.\ \t{configure setup unpack}) whose phase functions are defined by the ebuild or -an eclass inherited by the ebuild. If no phase functions are defined, a single hyphen is used -instead of an empty string. For EAPIs listed in table~\ref{tab:defined-phases-table} as having -optional \t{DEFINED_PHASES} support, package managers may not rely upon the metadata cache having -this variable defined, and must treat an empty string as ``this information is not available''. +\item[DEFINED_PHASES] \featurelabel{defined-phases} A space separated arbitrarily ordered list + of phase names (e.\,g.\ \t{configure setup unpack}) whose phase functions are defined by the + ebuild or an eclass inherited by the ebuild. If no phase functions are defined, a single hyphen + is used instead of an empty string. For EAPIs listed in table~\ref{tab:defined-phases-table} + as having optional \t{DEFINED_PHASES} support, package managers may not rely upon the metadata + cache having this variable defined, and must treat an empty string as ``this information is not + available''. \end{description} \note{Thus, by extension of section~\ref{sec:metadata-invariance}, phase functions must not be |