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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 272C11581FB for ; Mon, 26 Aug 2024 16:43:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67B95E29C1; Mon, 26 Aug 2024 16:43:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 478DDE29C1 for ; Mon, 26 Aug 2024 16:43:10 +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 20DEC340C76 for ; Mon, 26 Aug 2024 16:43:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82728167A for ; Mon, 26 Aug 2024 16:43:07 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1724690514.861bac0e80f7ba9952417c2b0dcb151bb6085a5b.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: metadata/ X-VCS-Repository: repo/gentoo X-VCS-Files: metadata/layout.conf X-VCS-Directories: metadata/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 861bac0e80f7ba9952417c2b0dcb151bb6085a5b X-VCS-Branch: master Date: Mon, 26 Aug 2024 16:43: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: faf042b1-3342-43dc-b0f5-9a83522a2cf5 X-Archives-Hash: 2fbdac67c89cbc89e4a4f15950f90b5a commit: 861bac0e80f7ba9952417c2b0dcb151bb6085a5b Author: Arthur Zamarin gentoo org> AuthorDate: Mon Aug 26 16:41:54 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Mon Aug 26 16:41:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=861bac0e metadata/layout.conf: Ban EAPI 6 As finally all EAPI=6 ebuilds were removed from tree, we can finally ban EAPI=6. To a newer future :) Closes: https://bugs.gentoo.org/770247 Signed-off-by: Arthur Zamarin gentoo.org> metadata/layout.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/metadata/layout.conf b/metadata/layout.conf index 5fb0b20d5f8a..a4a5816dbe5b 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -27,8 +27,9 @@ manifest-required-hashes = BLAKE2B # 2018-05-13 council meeting deprecated EAPI 5 for ebuilds. # 2021-07-11 council meeting deprecated EAPI 6. # 2021-08-08 council meeting banned EAPI 5. -eapis-banned = 0 1 2 3 4 5 -eapis-deprecated = 6 +# 2023-07-11 council meeting banned EAPI 6. +eapis-banned = 0 1 2 3 4 5 6 +eapis-deprecated = # EAPIs 0 to 4 are banned for profiles # EAPIs 6 and 7 do not include any profile related changes