commit: e8afd2fe46db5e7682d900e3fdca903163867ccf Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Tue Jul 22 10:27:26 2025 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Tue Jul 22 10:29:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8afd2fe
metadata/layout.conf: EAPI 7 is deprecated By 2025-07-13 council decision. Bug: https://bugs.gentoo.org/803521 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> metadata/layout.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/metadata/layout.conf b/metadata/layout.conf index 194966974a38..9291a72cfc29 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
