From 9af80d75171aa87fe7e08f35d1db81307d4b69d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Fri, 4 Oct 2019 22:24:45 +0200 Subject: [PATCH] metadata: Ban EAPI=2 since the last ebuild is gone. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- metadata/layout.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/metadata/layout.conf b/metadata/layout.conf index 0bbcd62745bcd..ed70320df0d34 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -20,12 +20,12 @@ 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. +# 2014-03-11 council meeting banned EAPI 1 and 2. # 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 3 -eapis-deprecated = 0 2 4 5 +eapis-banned = 1 2 3 +eapis-deprecated = 0 4 5 # Bug #337853 - gentoo's council says to enable # --echangelog by default for the "gentoo" repo