commit: 61efb00e5d6db4f4bf9fef037071bc7e63d75ec1 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: Sun Nov 16 19:33:16 2025 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=61efb00e
EAPI 9: Bash version is 5.3 Bug: https://bugs.gentoo.org/946193 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> eapi-differences.tex | 3 ++- ebuild-format.tex | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/eapi-differences.tex b/eapi-differences.tex index 88be303..870f325 100644 --- a/eapi-differences.tex +++ b/eapi-differences.tex @@ -48,7 +48,7 @@ Profile files as directories & \compactfeatureref{profile-file-dirs} & No & No & No & Yes \\ Bash version & \compactfeatureref{bash-version} & - 4.2 & 4.2 & 5.0 & 5.0 \\ + 4.2 & 4.2 & 5.0 & 5.3 \\ Selective URI restrictions & \compactfeatureref{uri-restrict} & No & No & Yes & Yes \\ @@ -363,6 +363,7 @@ EAPI 9 is EAPI 8 with the following changes: \begin{compactitem} \item Different default EAPI for profiles, \featureref{profile-eapi-default}. \item \t{use.stable} and \t{package.use.stable}, \featureref{use-stable}. +\item Bash version is 5.3, \featureref{bash-version}. \end{compactitem} \ChangeWhenAddingAnEAPI{9} diff --git a/ebuild-format.tex b/ebuild-format.tex index 844f01a..0c39b36 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.3 & Yes \\ \bottomrule \end{tabular} \end{centertable}
