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 4A59E1382C5 for ; Mon, 14 May 2018 05:47:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80C43E0874; Mon, 14 May 2018 05:47:40 +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 5508FE0874 for ; Mon, 14 May 2018 05:47:40 +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 22F7A335CA3 for ; Mon, 14 May 2018 05:47:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A36B12A5 for ; Mon, 14 May 2018 05:47:37 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1526276697.cccdd76a679e159fc3804b65d3c83ffddb7e7c1b.ulm@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: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: cccdd76a679e159fc3804b65d3c83ffddb7e7c1b X-VCS-Branch: master Date: Mon, 14 May 2018 05:47:37 +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-Archives-Salt: 44af98a4-3a5f-4909-b817-f4d854764fac X-Archives-Hash: 50492d8663c6b1dc6306c1dc38436401 commit: cccdd76a679e159fc3804b65d3c83ffddb7e7c1b Author: Ulrich Müller gentoo org> AuthorDate: Mon May 14 05:42:29 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon May 14 05:44:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cccdd76a metadata/layout.conf: EAPI 5 is deprecated. By 2018-05-13 council decision. metadata/layout.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/metadata/layout.conf b/metadata/layout.conf index c68ab815082..dff932fbb63 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