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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 567E315813A for ; Sun, 12 Jan 2025 20:14:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B567E07EC; Sun, 12 Jan 2025 20:14:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A20DE07D7 for ; Sun, 12 Jan 2025 20:14:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4D2EB340C33 for ; Sun, 12 Jan 2025 20:14:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C6751DD9 for ; Sun, 12 Jan 2025 20:14:31 +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: <1736712526.ba6cfc89e310482fa367e9360a6b0ec3d55798fc.ulm@gentoo> Subject: [gentoo-commits] proj/pms:eapi-9 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: ba6cfc89e310482fa367e9360a6b0ec3d55798fc X-VCS-Branch: eapi-9 Date: Sun, 12 Jan 2025 20:14:31 +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: 5316c7a6-b0af-459f-bfb2-269faa4b742a X-Archives-Hash: 26a85ca0c91e71c008504def88442f0c commit: ba6cfc89e310482fa367e9360a6b0ec3d55798fc Author: Ulrich Müller gentoo org> AuthorDate: Sat Jan 11 09:47:19 2025 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Jan 12 20:08:46 2025 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=ba6cfc89 EAPI 9: Bash version is 5.2 Bug: https://bugs.gentoo.org/946193 Signed-off-by: Ulrich Müller 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}