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 9FE98138334 for ; Mon, 9 Dec 2019 20:30:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7B36E08E8; Mon, 9 Dec 2019 20:30:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A5C62E08ED for ; Mon, 9 Dec 2019 20:30:29 +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 8979834D90B for ; Mon, 9 Dec 2019 20:30:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E460901 for ; Mon, 9 Dec 2019 20:30:10 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1575923370.71201a5019d4127c5b928ace79c5997006d715e2.bman@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: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 71201a5019d4127c5b928ace79c5997006d715e2 X-VCS-Branch: master Date: Mon, 9 Dec 2019 20:30:10 +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: 22a41e5a-0b82-4f35-9507-211b2213bd97 X-Archives-Hash: a2a436695ef0e03d6a6842507d7fd9d0 commit: 71201a5019d4127c5b928ace79c5997006d715e2 Author: Aaron Bauman gentoo org> AuthorDate: Mon Dec 9 20:26:43 2019 +0000 Commit: Aaron Bauman gentoo 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 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