From cccdd76a679e159fc3804b65d3c83ffddb7e7c1b Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Mon, 14 May 2018 07:42:29 +0200 Subject: metadata/layout.conf: EAPI 5 is deprecated. By 2018-05-13 council decision. --- metadata/layout.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'metadata/layout.conf') diff --git a/metadata/layout.conf b/metadata/layout.conf index c68ab8150824..dff932fbb635 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -17,8 +17,9 @@ 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. # 2015-10-11 council meeting deprecated EAPI 4. +# 2018-05-13 council meeting deprecated EAPI 5. eapis-banned = 1 -eapis-deprecated = 0 2 3 4 +eapis-deprecated = 0 2 3 4 5 # Bug #337853 - gentoo's council says to enable # --echangelog by default for the "gentoo" repo -- cgit v1.2.3-65-gdbad