summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2015-11-15 18:18:58 +0100
committerUlrich Müller <ulm@gentoo.org>2018-03-30 18:35:43 +0200
commit8f06ba0129637205b5edd30c811f0605ba05200c (patch)
tree4439533660873657319c46f424363ca0c06cc256 /ebuild-format.tex
parentpms.cls: Update \note command to suppress vertical space. (diff)
downloadpms-8f06ba0129637205b5edd30c811f0605ba05200c.tar.gz
pms-8f06ba0129637205b5edd30c811f0605ba05200c.tar.bz2
pms-8f06ba0129637205b5edd30c811f0605ba05200c.zip
Add an EAPI 7 identical to EAPI 6.
Diffstat (limited to 'ebuild-format.tex')
-rw-r--r--ebuild-format.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/ebuild-format.tex b/ebuild-format.tex
index fac5c81..e7b8133 100644
--- a/ebuild-format.tex
+++ b/ebuild-format.tex
@@ -16,7 +16,7 @@ certain variables and functions (see sections~\ref{sec:ebuild-vars} and~\ref{sec
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{6}
+\ChangeWhenAddingAnEAPI{7}
\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 & 4.2 & Yes \\
+ 6, 7 & 4.2 & Yes \\
\bottomrule
\end{tabular}
\end{centertable}