Gentoo Archives: gentoo-pms

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-pms@l.g.o
Cc: "Ulrich Müller" <ulm@g.o>
Subject: [gentoo-pms] [PATCH 06/21] EAPI 8: Bash version is 5.0
Date: Thu, 27 May 2021 20:27:18
Message-Id: 20210527202609.6445-7-ulm@gentoo.org
In Reply to: [gentoo-pms] EAPI 8 draft for review by "Ulrich Müller"
1 Bug: https://bugs.gentoo.org/636652
2 Signed-off-by: Ulrich Müller <ulm@g.o>
3 ---
4 eapi-differences.tex | 3 ++-
5 ebuild-format.tex | 3 ++-
6 2 files changed, 4 insertions(+), 2 deletions(-)
7
8 diff --git a/eapi-differences.tex b/eapi-differences.tex
9 index b89ede0..a334881 100644
10 --- a/eapi-differences.tex
11 +++ b/eapi-differences.tex
12 @@ -57,7 +57,7 @@ Stable use masking/forcing & \compactfeatureref{stablemask} &
13 No & Yes & Yes & Yes & Yes \\
14
15 Bash version & \compactfeatureref{bash-version} &
16 - 3.2 & 3.2 & 4.2 & 4.2 & 4.2 \\
17 + 3.2 & 3.2 & 4.2 & 4.2 & 5.0 \\
18
19 \t{failglob} in global scope & \compactfeatureref{failglob} &
20 No & No & Yes & Yes & Yes \\
21 @@ -485,6 +485,7 @@ EAPI 8 is EAPI 7 with the following changes:
22
23 \begin{compactitem}
24 \item Less strict naming rules for files in \t{updates} directory, \featureref{updates-filenames}.
25 +\item Bash version is 5.0, \featureref{bash-version}.
26 \end{compactitem}
27
28 \ChangeWhenAddingAnEAPI{8}
29 diff --git a/ebuild-format.tex b/ebuild-format.tex
30 index c2224bf..4929ba4 100644
31 --- a/ebuild-format.tex
32 +++ b/ebuild-format.tex
33 @@ -26,7 +26,8 @@ output or standard error, or modify the state of the system in any way.
34 \multicolumn{1}{c}{\textbf{\t{failglob} in global scope?}} \\
35 \midrule
36 0, 1, 2, 3, 4, 5 & 3.2 & No \\
37 - 6, 7, 8 & 4.2 & Yes \\
38 + 6, 7 & 4.2 & Yes \\
39 + 8 & 5.0 & Yes \\
40 \bottomrule
41 \end{tabular}
42 \end{centertable}
43 --
44 2.31.1