commit: 6f3cadf8ff023df747c4ac4de3795e9ff54792f0 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sun Aug 8 20:34:24 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> 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 <ulm <AT> 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
