diff options
author | Sam James <sam@gentoo.org> | 2020-11-26 13:31:18 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-11-26 13:31:18 +0000 |
commit | b2e281bb698eb93704e1987dc4df1cf2dd3c2cff (patch) | |
tree | 86ac09063f6bc6ac6bff749ce1b6db9cc91b11b8 /metadata | |
parent | dev-libs/librelp: drop old (diff) | |
download | gentoo-b2e281bb698eb93704e1987dc4df1cf2dd3c2cff.tar.gz gentoo-b2e281bb698eb93704e1987dc4df1cf2dd3c2cff.tar.bz2 gentoo-b2e281bb698eb93704e1987dc4df1cf2dd3c2cff.zip |
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@gentoo.org>
Diffstat (limited to 'metadata')
-rw-r--r-- | metadata/layout.conf | 5 |
1 files changed, 3 insertions, 2 deletions
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 |