diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-05-10 19:08:50 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-06-05 10:55:31 +0200 |
commit | 5b8055e40ac6698dad463f5df553a9c17928abc9 (patch) | |
tree | 3497d1ffc57a66bab8df331403e14ea0394ba958 /ebuild-format.tex | |
parent | Recognise "test_network" as token in PROPERTIES (diff) | |
download | pms-5b8055e40ac6698dad463f5df553a9c17928abc9.tar.gz pms-5b8055e40ac6698dad463f5df553a9c17928abc9.tar.bz2 pms-5b8055e40ac6698dad463f5df553a9c17928abc9.zip |
Add an EAPI 8 identical to EAPI 7
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'ebuild-format.tex')
-rw-r--r-- | ebuild-format.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ebuild-format.tex b/ebuild-format.tex index d53d773..c2224bf 100644 --- a/ebuild-format.tex +++ b/ebuild-format.tex @@ -16,7 +16,7 @@ certain variables and functions (see chapters~\ref{ch:ebuild-vars} and~\ref{ch:e for specific information), and must not call any external programs, write anything to standard output or standard error, or modify the state of the system in any way. -\ChangeWhenAddingAnEAPI{7} +\ChangeWhenAddingAnEAPI{8} \begin{centertable}{Bash version and options} \label{tab:bash-version} \begin{tabular}{lll} @@ -26,7 +26,7 @@ output or standard error, or modify the state of the system in any way. \multicolumn{1}{c}{\textbf{\t{failglob} in global scope?}} \\ \midrule 0, 1, 2, 3, 4, 5 & 3.2 & No \\ - 6, 7 & 4.2 & Yes \\ + 6, 7, 8 & 4.2 & Yes \\ \bottomrule \end{tabular} \end{centertable} |