From b2e281bb698eb93704e1987dc4df1cf2dd3c2cff Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 26 Nov 2020 13:31:18 +0000 Subject: metadata/layout.conf: ban EAPI 4(!) Thanks to everyone for their help in eradicating these older ebuilds! (Including putting up with naggy bugs.) Bug: https://bugs.gentoo.org/756748 Closes: https://bugs.gentoo.org/656140 Signed-off-by: Sam James --- metadata/layout.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'metadata') diff --git a/metadata/layout.conf b/metadata/layout.conf index 2d8a9fc9b4eb..25edb02dc20b 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -23,9 +23,10 @@ manifest-required-hashes = BLAKE2B # 2014-03-11 council meeting banned EAPIs 1 and 2. # 2015-10-11 council meeting deprecated EAPI 4. # 2016-01-10 council meeting banned EAPIs 0 and 3. +# 2018-04-08 council meeting banned EAPI 4. # 2018-05-13 council meeting deprecated EAPI 5 for ebuilds. -eapis-banned = 0 1 2 3 -eapis-deprecated = 4 5 +eapis-banned = 0 1 2 3 4 +eapis-deprecated = 5 # Bug #337853 - gentoo's council says to enable # --echangelog by default for the "gentoo" repo -- cgit v1.2.3-65-gdbad