commit: f898abd0574c27a658791d8e790665ceb59cb885 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Thu Jan 13 15:19:21 2022 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Thu Jan 13 15:19:21 2022 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f898abd0
layout.conf: ban EAPI 6 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> metadata/layout.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/metadata/layout.conf b/metadata/layout.conf index 30d140512..0719596ad 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -22,8 +22,7 @@ manifest-required-hashes = BLAKE2B # 2015-10-11 council meeting deprecated EAPI 4. # 2016-01-10 council meeting banned EAPI 3. # 2018-05-13 council meeting deprecated EAPI 5 for ebuilds. -eapis-banned = 0 1 2 3 4 5 -eapis-deprecated = 6 +eapis-banned = 0 1 2 3 4 5 6 # Bug #337853 - gentoo's council says to enable # --echangelog by default for the "gentoo" repo
