diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-07-18 17:24:33 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-07-18 17:49:04 +0200 |
commit | 4b77f7e2343fbc97023f3cc24605bf92bd9e2199 (patch) | |
tree | 68112761bd11a233f8a9076c9e96a4046b5263da /metadata | |
parent | dev-java/netty-transport: treeclean (diff) | |
download | gentoo-4b77f7e2343fbc97023f3cc24605bf92bd9e2199.tar.gz gentoo-4b77f7e2343fbc97023f3cc24605bf92bd9e2199.tar.bz2 gentoo-4b77f7e2343fbc97023f3cc24605bf92bd9e2199.zip |
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@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/26465
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'metadata')
-rw-r--r-- | metadata/layout.conf | 7 |
1 files 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 |