From: Aaron Bauman Date: Mon, 9 Dec 2019 20:26:43 +0000 (-0500) Subject: metadata/layout.conf: ban EAPI 0 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=71201a5019d4127c5b928ace79c5997006d715e2;p=gentoo.git metadata/layout.conf: ban EAPI 0 Closes: https://bugs.gentoo.org/657150 Closes: https://bugs.gentoo.org/696252 Signed-off-by: Aaron Bauman --- diff --git a/metadata/layout.conf b/metadata/layout.conf index 89383a671c43..99317247b40c 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -24,8 +24,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 = 1 2 3 -eapis-deprecated = 0 4 5 +eapis-banned = 0 1 2 3 +eapis-deprecated = 4 5 # Bug #337853 - gentoo's council says to enable # --echangelog by default for the "gentoo" repo