diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-11-05 19:04:28 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-06-05 10:55:34 +0200 |
commit | 3b55b43b16c79e90af9cd99e9a71e469b988922a (patch) | |
tree | bdbadf4dedb54360475c7919b8fc9ed9e9f805a1 | |
parent | EAPI 8 has less strict naming rules in the updates directory (diff) | |
download | pms-3b55b43b16c79e90af9cd99e9a71e469b988922a.tar.gz pms-3b55b43b16c79e90af9cd99e9a71e469b988922a.tar.bz2 pms-3b55b43b16c79e90af9cd99e9a71e469b988922a.zip |
EAPI 8: Bash version is 5.0
Bug: https://bugs.gentoo.org/636652
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | eapi-differences.tex | 3 | ||||
-rw-r--r-- | ebuild-format.tex | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/eapi-differences.tex b/eapi-differences.tex index b89ede0..a334881 100644 --- a/eapi-differences.tex +++ b/eapi-differences.tex @@ -57,7 +57,7 @@ Stable use masking/forcing & \compactfeatureref{stablemask} & No & Yes & Yes & Yes & Yes \\ Bash version & \compactfeatureref{bash-version} & - 3.2 & 3.2 & 4.2 & 4.2 & 4.2 \\ + 3.2 & 3.2 & 4.2 & 4.2 & 5.0 \\ \t{failglob} in global scope & \compactfeatureref{failglob} & No & No & Yes & Yes & Yes \\ @@ -485,6 +485,7 @@ EAPI 8 is EAPI 7 with the following changes: \begin{compactitem} \item Less strict naming rules for files in \t{updates} directory, \featureref{updates-filenames}. +\item Bash version is 5.0, \featureref{bash-version}. \end{compactitem} \ChangeWhenAddingAnEAPI{8} diff --git a/ebuild-format.tex b/ebuild-format.tex index c2224bf..4929ba4 100644 --- a/ebuild-format.tex +++ b/ebuild-format.tex @@ -26,7 +26,8 @@ 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, 8 & 4.2 & Yes \\ + 6, 7 & 4.2 & Yes \\ + 8 & 5.0 & Yes \\ \bottomrule \end{tabular} \end{centertable} |