commit: f425a3880c1aba1b8d88d0f489259610c0b673af Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sun Jul 11 21:09:31 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sun Jul 11 21:09:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f425a388
metadata/layout.conf: EAPI 6 is deprecated By 2021-07-11 council decision. Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> metadata/layout.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/metadata/layout.conf b/metadata/layout.conf index f8bc4f0fe87..4dbc0e85adc 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -25,8 +25,9 @@ manifest-required-hashes = BLAKE2B # 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. +# 2021-07-11 council meeting deprecated EAPI 6. eapis-banned = 0 1 2 3 4 -eapis-deprecated = 5 +eapis-deprecated = 5 6 # Bug #337853 - gentoo's council says to enable # --echangelog by default for the "gentoo" repo
