commit: 398b91c1fccb3c050bf24b46e3b916141c80176f Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Sat Mar 20 10:42:41 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Sat Mar 20 10:42:41 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=398b91c1
metadata/layout.conf: ban EAPI 5 keep 6 in deprecated because not all eclasses have been ported to 7 yet Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> metadata/layout.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata/layout.conf b/metadata/layout.conf index 91f5b7f8c..30d140512 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -22,8 +22,8 @@ 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 -eapis-deprecated = 5 6 +eapis-banned = 0 1 2 3 4 5 +eapis-deprecated = 6 # Bug #337853 - gentoo's council says to enable # --echangelog by default for the "gentoo" repo
