From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9FD3D13835C for ; Mon, 17 May 2021 16:16:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3B91E0824; Mon, 17 May 2021 16:16:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BB964E0824 for ; Mon, 17 May 2021 16:16:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 84573340EE9 for ; Mon, 17 May 2021 16:16:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24004632 for ; Mon, 17 May 2021 16:16:07 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1621227247.ecd4325ca3929f2ff516783eef76bb33b38802c1.ulm@gentoo> Subject: [gentoo-commits] proj/pms:eapi-8 commit in: / X-VCS-Repository: proj/pms X-VCS-Files: eapi-differences.tex ebuild-format.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: ecd4325ca3929f2ff516783eef76bb33b38802c1 X-VCS-Branch: eapi-8 Date: Mon, 17 May 2021 16:16:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7c535bbb-c2a3-4133-85d9-8c1c46e87fd3 X-Archives-Hash: 2ce40a3aabc6a69576f74ee987c6f70d commit: ecd4325ca3929f2ff516783eef76bb33b38802c1 Author: Ulrich Müller gentoo org> AuthorDate: Sun May 16 12:16:26 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon May 17 04:54:07 2021 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=ecd4325c EAPI 8: Bash version is 5.0 Bug: https://bugs.gentoo.org/636652 Signed-off-by: Ulrich Müller 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 4c35b07..b245464 100644 --- a/eapi-differences.tex +++ b/eapi-differences.tex @@ -54,7 +54,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 \\ @@ -511,6 +511,7 @@ EAPI 8 is EAPI 7 with the following changes: \item \t{unpack} no longer supports \t{.7z}, \t{.rar}, \t{.lha}, \featureref{unpack-extensions}. \item \t{useq} banned, \featureref{banned-commands}. \item \t{hasv} and \t{hasq} banned, \featureref{banned-commands}. +\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}