From 8ca948691de5938b68800eb82f615fc36bf80557 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20F=C3=B6rster=20=28Dessa=29?= Date: Wed, 21 Apr 2021 23:57:10 +0200 Subject: [PATCH] ban older EAPI as per main tree --- metadata/layout.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/metadata/layout.conf b/metadata/layout.conf index abdfd7b..e90fc63 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -20,12 +20,13 @@ manifest-required-hashes = BLAKE2B # 2013-04-09 gentoo's council says to deprecate EAPIs 1 and 2 (bug #470670). # 2014-02-25 council meeting deprecated EAPIs 0 and 3. -# 2014-03-11 council meeting banned EAPI 1 and 2. +# 2014-03-11 council meeting banned EAPIs 1 and 2. # 2015-10-11 council meeting deprecated EAPI 4. -# 2016-01-10 council meeting banned EAPI 3. +# 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 = 1 2 3 -eapis-deprecated = 0 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