summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-08-26 19:41:54 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-08-26 19:41:54 +0300
commit861bac0e80f7ba9952417c2b0dcb151bb6085a5b (patch)
tree6a30c6af640b6aded9ca515b0301250b98fb2c0b /metadata
parentgui-apps/mako: Stabilize 1.9.0 arm64, #938524 (diff)
downloadgentoo-861bac0e80f7ba9952417c2b0dcb151bb6085a5b.tar.gz
gentoo-861bac0e80f7ba9952417c2b0dcb151bb6085a5b.tar.bz2
gentoo-861bac0e80f7ba9952417c2b0dcb151bb6085a5b.zip
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 <arthurzam@gentoo.org>
Diffstat (limited to 'metadata')
-rw-r--r--metadata/layout.conf5
1 files 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