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 3869813933E for ; Sun, 11 Jul 2021 21:12:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 642CCE0D7C; Sun, 11 Jul 2021 21:12:14 +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 4C6E1E0D7C for ; Sun, 11 Jul 2021 21:12:14 +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 48A00342C66 for ; Sun, 11 Jul 2021 21:12:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 990097B3 for ; Sun, 11 Jul 2021 21:12:11 +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: <1626037771.f425a3880c1aba1b8d88d0f489259610c0b673af.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: f425a3880c1aba1b8d88d0f489259610c0b673af X-VCS-Branch: master Date: Sun, 11 Jul 2021 21:12:11 +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: b1ed5186-3305-49ac-af9c-332f907affbf X-Archives-Hash: 527b68fa2857560c8a693144a6214486 commit: f425a3880c1aba1b8d88d0f489259610c0b673af Author: Ulrich Müller gentoo org> AuthorDate: Sun Jul 11 21:09:31 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Jul 11 21:09:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f425a388 metadata/layout.conf: EAPI 6 is deprecated By 2021-07-11 council decision. Signed-off-by: Ulrich Müller gentoo.org> metadata/layout.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/metadata/layout.conf b/metadata/layout.conf index f8bc4f0fe87..4dbc0e85adc 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -25,8 +25,9 @@ manifest-required-hashes = BLAKE2B # 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. +# 2021-07-11 council meeting deprecated EAPI 6. eapis-banned = 0 1 2 3 4 -eapis-deprecated = 5 +eapis-deprecated = 5 6 # Bug #337853 - gentoo's council says to enable # --echangelog by default for the "gentoo" repo