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 5F021138334 for ; Mon, 9 Dec 2019 20:44:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BBF9E08B0; Mon, 9 Dec 2019 20:44:51 +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 8334BE08B0 for ; Mon, 9 Dec 2019 20:44:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2D60A34D7E5 for ; Mon, 9 Dec 2019 20:44:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2DA08A7 for ; Mon, 9 Dec 2019 20:44:47 +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: <1575924231.12a3906d28cd704c01a52b59d74b5c7b3ecde1a5.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: 12a3906d28cd704c01a52b59d74b5c7b3ecde1a5 X-VCS-Branch: master Date: Mon, 9 Dec 2019 20:44:47 +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: bf0ceb69-f1a4-459e-b199-285a2fc97577 X-Archives-Hash: fa12eb1ba0dd6c00889ccc3bbb808109 commit: 12a3906d28cd704c01a52b59d74b5c7b3ecde1a5 Author: Ulrich Müller gentoo org> AuthorDate: Mon Dec 9 20:43:51 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Dec 9 20:43:51 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12a3906d metadata/layout.conf: Update comment for EAPI 0 ban. Signed-off-by: Ulrich Müller gentoo.org> metadata/layout.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata/layout.conf b/metadata/layout.conf index 99317247b40..2d8a9fc9b4e 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -20,9 +20,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. -# 2014-03-11 council meeting banned EAPI 1 and 2. +# 2014-03-11 council meeting banned EAPIs 1 and 2. # 2015-10-11 council meeting deprecated EAPI 4. -# 2016-01-10 council meeting banned EAPI 3. +# 2016-01-10 council meeting banned EAPIs 0 and 3. # 2018-05-13 council meeting deprecated EAPI 5 for ebuilds. eapis-banned = 0 1 2 3 eapis-deprecated = 4 5