sync layout.conf with gentoo
This commit is contained in:
parent
e6e3511490
commit
87785e6981
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user