From 87785e6981f520509a3ffce2cef33b4d437ec4b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20F=C3=B6rster?= Date: Sun, 25 Feb 2024 16:12:14 +0100 Subject: [PATCH] sync layout.conf with gentoo --- metadata/layout.conf | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/metadata/layout.conf b/metadata/layout.conf index 246ceb1..8893fb4 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # For details on this file, see the layout.conf section of the # portage(5) man page. # Allow specific PROPERTIES and RESTRICT values in ebuilds. -properties-allowed = interactive live +properties-allowed = interactive live test_network test_privileged restrict-allowed = binchecks bindist fetch installsources mirror preserve-libs splitdebug strip test userpriv # manifest-hashes specify hashes used for new/updated entries @@ -23,9 +23,17 @@ manifest-required-hashes = BLAKE2B # 2014-03-11 council meeting banned EAPIs 1 and 2. # 2015-10-11 council meeting deprecated EAPI 4. # 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. -eapis-banned = 0 1 2 3 -eapis-deprecated = 4 5 +# 2021-07-11 council meeting deprecated EAPI 6. +# 2021-08-08 council meeting banned EAPI 5. +eapis-banned = 0 1 2 3 4 5 +eapis-deprecated = 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