Gentoo Archives: gentoo-dev

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-dev@l.g.o
Cc: "Ulrich Müller" <ulm@g.o>
Subject: [gentoo-dev] [PATCH] metadata/layout.conf: Add profile-eapis-* keys
Date: Sun, 08 Aug 2021 20:36:20
Message-Id: 20210808203602.17171-1-ulm@gentoo.org
1 Signed-off-by: Ulrich Müller <ulm@g.o>
2 ---
3 metadata/layout.conf | 5 +++++
4 1 file changed, 5 insertions(+)
5
6 diff --git a/metadata/layout.conf b/metadata/layout.conf
7 index 4dbc0e85adca..395a9b58cf77 100644
8 --- a/metadata/layout.conf
9 +++ b/metadata/layout.conf
10 @@ -29,6 +29,11 @@ manifest-required-hashes = BLAKE2B
11 eapis-banned = 0 1 2 3 4
12 eapis-deprecated = 5 6
13
14 +# EAPIs 0 to 4 are banned for profiles
15 +# EAPIs 6 and 7 do not include any profile related changes
16 +profile-eapis-banned = 0 1 2 3 4 6 7
17 +profile-eapis-deprecated =
18 +
19 # Bug #337853 - gentoo's council says to enable
20 # --echangelog by default for the "gentoo" repo
21 # INFRA NOTE 2015/08/08: No more old ChangeLogs in Git
22 --
23 2.32.0