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 012BB138334 for ; Fri, 4 Oct 2019 20:25:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 118B6E0845; Fri, 4 Oct 2019 20:25:18 +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 EBA3EE0845 for ; Fri, 4 Oct 2019 20:25:17 +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 B5B2834B91E for ; Fri, 4 Oct 2019 20:25:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AAE0744 for ; Fri, 4 Oct 2019 20:25:15 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1570220685.9af80d75171aa87fe7e08f35d1db81307d4b69d4.dilfridge@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: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 9af80d75171aa87fe7e08f35d1db81307d4b69d4 X-VCS-Branch: master Date: Fri, 4 Oct 2019 20:25:15 +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: 08888059-c945-4be8-ba51-3a19df468d39 X-Archives-Hash: f54ff96803a463a3dc26e2d327a97e99 commit: 9af80d75171aa87fe7e08f35d1db81307d4b69d4 Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Oct 4 20:24:45 2019 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Oct 4 20:24:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9af80d75 metadata: Ban EAPI=2 since the last ebuild is gone. Signed-off-by: Andreas K. Hüttel gentoo.org> metadata/layout.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/metadata/layout.conf b/metadata/layout.conf index 0bbcd62745b..ed70320df0d 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -20,12 +20,12 @@ 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. +# 2014-03-11 council meeting banned EAPI 1 and 2. # 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 3 -eapis-deprecated = 0 2 4 5 +eapis-banned = 1 2 3 +eapis-deprecated = 0 4 5 # Bug #337853 - gentoo's council says to enable # --echangelog by default for the "gentoo" repo