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 6A7FD1382C5 for ; Tue, 18 May 2021 05:44:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A71C5E0817; Tue, 18 May 2021 05:44:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8C36EE0817 for ; Tue, 18 May 2021 05:44:37 +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 BE351340FB4 for ; Tue, 18 May 2021 05:44:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8CA4792 for ; Tue, 18 May 2021 05:44:33 +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: <1621316655.3c68082055316532eac8b1c7f73b0a2e164c84df.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: 3c68082055316532eac8b1c7f73b0a2e164c84df X-VCS-Branch: eapi-8 Date: Tue, 18 May 2021 05:44:33 +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: 0499531f-2f80-4651-a7ef-11648cecea91 X-Archives-Hash: faccd8a924c562ac1558ddd068a6365f commit: 3c68082055316532eac8b1c7f73b0a2e164c84df Author: Ulrich Müller gentoo org> AuthorDate: Sun May 16 12:16:26 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue May 18 05:44:15 2021 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=3c680820 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 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}