commit:     71201a5019d4127c5b928ace79c5997006d715e2
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  9 20:26:43 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Dec  9 20:29:30 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71201a50

metadata/layout.conf: ban EAPI 0

Closes: https://bugs.gentoo.org/657150
Closes: https://bugs.gentoo.org/696252

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 metadata/layout.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/metadata/layout.conf b/metadata/layout.conf
index 89383a671c4..99317247b40 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

Reply via email to