commit: 4b77f7e2343fbc97023f3cc24605bf92bd9e2199 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Mon Jul 18 15:24:33 2022 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Mon Jul 18 15:49:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b77f7e2
metadata/layout.conf: Ban EAPI 5 Thanks to everyone who helped with cleaning out ebuilds 🎉 Closes: https://bugs.gentoo.org/698100 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/26465 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> metadata/layout.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/metadata/layout.conf b/metadata/layout.conf index 395a9b58cf77..fff2d6072f99 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # For details on this file, see the layout.conf section of the @@ -26,8 +26,9 @@ manifest-required-hashes = BLAKE2B # 2018-04-08 council meeting banned EAPI 4. # 2018-05-13 council meeting deprecated EAPI 5 for ebuilds. # 2021-07-11 council meeting deprecated EAPI 6. -eapis-banned = 0 1 2 3 4 -eapis-deprecated = 5 6 +# 2021-08-08 council meeting banned EAPI 5. +eapis-banned = 0 1 2 3 4 5 +eapis-deprecated = 6 # EAPIs 0 to 4 are banned for profiles # EAPIs 6 and 7 do not include any profile related changes
