From e8afd2fe46db5e7682d900e3fdca903163867ccf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Tue, 22 Jul 2025 12:27:26 +0200 Subject: [PATCH] metadata/layout.conf: EAPI 7 is deprecated MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit By 2025-07-13 council decision. Bug: https://bugs.gentoo.org/803521 Signed-off-by: Ulrich Müller --- metadata/layout.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/metadata/layout.conf b/metadata/layout.conf index 194966974a380..9291a72cfc290 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -28,8 +28,9 @@ manifest-required-hashes = BLAKE2B # 2021-07-11 council meeting deprecated EAPI 6. # 2021-08-08 council meeting banned EAPI 5. # 2023-07-11 council meeting banned EAPI 6. +# 2025-07-13 council meeting deprecated EAPI 7. eapis-banned = 0 1 2 3 4 5 6 -eapis-deprecated = +eapis-deprecated = 7 # EAPIs 0 to 4 are banned for profiles # EAPIs 6 and 7 do not include any profile related changes