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 B2664139360 for ; Fri, 13 Aug 2021 09:03:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE8FFE0788; Fri, 13 Aug 2021 09:03:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 C6F8AE0788 for ; Fri, 13 Aug 2021 09:03:15 +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 6CB6D335D56 for ; Fri, 13 Aug 2021 09:03:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC635887 for ; Fri, 13 Aug 2021 09:03:12 +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: <1628845356.6f3cadf8ff023df747c4ac4de3795e9ff54792f0.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: 6f3cadf8ff023df747c4ac4de3795e9ff54792f0 X-VCS-Branch: master Date: Fri, 13 Aug 2021 09:03:12 +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: 7e746046-9836-4a6c-8644-8b1a00e13706 X-Archives-Hash: 8b115d7c00b69b4e0ce4522dc3adcb9d commit: 6f3cadf8ff023df747c4ac4de3795e9ff54792f0 Author: Ulrich Müller gentoo org> AuthorDate: Sun Aug 8 20:34:24 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Aug 13 09:02:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f3cadf8 metadata/layout.conf: Add profile-eapis-* keys Signed-off-by: Ulrich Müller gentoo.org> metadata/layout.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/metadata/layout.conf b/metadata/layout.conf index 4dbc0e85adc..395a9b58cf7 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -29,6 +29,11 @@ manifest-required-hashes = BLAKE2B eapis-banned = 0 1 2 3 4 eapis-deprecated = 5 6 +# EAPIs 0 to 4 are banned for profiles +# EAPIs 6 and 7 do not include any profile related changes +profile-eapis-banned = 0 1 2 3 4 6 7 +profile-eapis-deprecated = + # Bug #337853 - gentoo's council says to enable # --echangelog by default for the "gentoo" repo # INFRA NOTE 2015/08/08: No more old ChangeLogs in Git