From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5BF971382C5 for ; Thu, 26 Nov 2020 13:32:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D644E0923; Thu, 26 Nov 2020 13:32:30 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 78861E0923 for ; Thu, 26 Nov 2020 13:32:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5C4CF341358 for ; Thu, 26 Nov 2020 13:32:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93888448 for ; Thu, 26 Nov 2020 13:32:27 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1606397478.b2e281bb698eb93704e1987dc4df1cf2dd3c2cff.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: metadata/ X-VCS-Repository: repo/gentoo X-VCS-Files: metadata/layout.conf X-VCS-Directories: metadata/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b2e281bb698eb93704e1987dc4df1cf2dd3c2cff X-VCS-Branch: master Date: Thu, 26 Nov 2020 13:32:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 81c87fae-d3d9-4a4e-9517-3be5ce623f70 X-Archives-Hash: 3b81f6b1bf247f003197826a666f86c6 commit: b2e281bb698eb93704e1987dc4df1cf2dd3c2cff Author: Sam James gentoo org> AuthorDate: Thu Nov 26 13:31:18 2020 +0000 Commit: Sam James gentoo org> CommitDate: Thu Nov 26 13:31:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2e281bb metadata/layout.conf: ban EAPI 4(!) Thanks to everyone for their help in eradicating these older ebuilds! (Including putting up with naggy bugs.) Bug: https://bugs.gentoo.org/756748 Closes: https://bugs.gentoo.org/656140 Signed-off-by: Sam James gentoo.org> metadata/layout.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/metadata/layout.conf b/metadata/layout.conf index 2d8a9fc9b4e..25edb02dc20 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -23,9 +23,10 @@ manifest-required-hashes = BLAKE2B # 2014-03-11 council meeting banned EAPIs 1 and 2. # 2015-10-11 council meeting deprecated EAPI 4. # 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 = 0 1 2 3 -eapis-deprecated = 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