commit: 9019f2f6434aa7ed21f653324e0613d20b957926 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Jan 11 09:47:19 2025 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Mon Jan 13 17:21:43 2025 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=9019f2f6
EAPI 9: Bash version is 5.2 Bug: https://bugs.gentoo.org/946193 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> eapi-differences.tex | 4 ++-- ebuild-format.tex | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/eapi-differences.tex b/eapi-differences.tex index 9617dc4..4b0a0ff 100644 --- a/eapi-differences.tex +++ b/eapi-differences.tex @@ -39,7 +39,7 @@ Profile files as directories & \compactfeatureref{profile-file-dirs} & Optional & No & No & No \\ Bash version & \compactfeatureref{bash-version} & - 4.2 & 4.2 & 5.0 & 5.0 \\ + 4.2 & 4.2 & 5.0 & 5.2 \\ Selective URI restrictions & \compactfeatureref{uri-restrict} & No & No & Yes & Yes \\ @@ -352,7 +352,7 @@ EAPI 8 is EAPI 7 with the following changes: EAPI 9 is EAPI 8 with the following changes: \begin{compactitem} -\item None +\item Bash version is 5.2, \featureref{bash-version}. \end{compactitem} \ChangeWhenAddingAnEAPI{9} diff --git a/ebuild-format.tex b/ebuild-format.tex index 844f01a..a543013 100644 --- a/ebuild-format.tex +++ b/ebuild-format.tex @@ -32,7 +32,8 @@ output or standard error, or modify the state of the system in any way. \midrule 0, 1, 2, 3, 4, 5 & 3.2 & No \\ 6, 7 & 4.2 & Yes \\ - 8, 9 & 5.0 & Yes \\ + 8 & 5.0 & Yes \\ + 9 & 5.2 & Yes \\ \bottomrule \end{tabular} \end{centertable}
