commit:     b2e281bb698eb93704e1987dc4df1cf2dd3c2cff
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 26 13:31:18 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 26 13:31:18 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2e281bb

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 <sam <AT> gentoo.org>

 metadata/layout.conf | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/metadata/layout.conf b/metadata/layout.conf
index 2d8a9fc9b4e..25edb02dc20 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

Reply via email to