From 5c92ab3ce076c9fb710c6cdcba71bae224215f20 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 28 Jul 2019 23:57:22 -0700 Subject: [PATCH] metadata/layout.conf: Allow specific PROPERTIES and RESTRICT values Bug: https://bugs.gentoo.org/690786 Signed-off-by: Zac Medico --- metadata/layout.conf | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.26.2