diff options
author | Zac Medico <zmedico@gentoo.org> | 2019-07-28 23:57:22 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2019-08-05 13:39:03 -0700 |
commit | 5c92ab3ce076c9fb710c6cdcba71bae224215f20 (patch) | |
tree | 8bc95d3ccaa0c65bff424493c39a65037a39e00c /metadata | |
parent | sys-apps/man-db: Bump to version 2.8.6.1. Removed old. (diff) | |
download | gentoo-5c92ab3ce076c9fb710c6cdcba71bae224215f20.tar.gz gentoo-5c92ab3ce076c9fb710c6cdcba71bae224215f20.tar.bz2 gentoo-5c92ab3ce076c9fb710c6cdcba71bae224215f20.zip |
metadata/layout.conf: Allow specific PROPERTIES and RESTRICT values
Bug: https://bugs.gentoo.org/690786
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'metadata')
-rw-r--r-- | metadata/layout.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/metadata/layout.conf b/metadata/layout.conf index 7ffc0ce6b72b..0bbcd62745bc 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -4,6 +4,10 @@ # 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 +restrict-allowed = binchecks bindist fetch installsources mirror preserve-libs primaryuri splitdebug strip test userpriv + # manifest-hashes specify hashes used for new/updated entries # the current set went live on 2017-11-21, per 2017-11-12 Council meeting # https://archives.gentoo.org/gentoo-dev/message/ba2e5d9666ebd7e1bff1143485a37856 |