Gentoo Archives: gentoo-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-dev@l.g.o
Cc: Zac Medico <zmedico@g.o>
Subject: [gentoo-dev] [PATCH] metadata/layout.conf: Allow specific PROPERTIES and RESTRICT values
Date: Mon, 29 Jul 2019 07:00:27
Message-Id: 20190729065951.15072-1-zmedico@gentoo.org
1 Bug: https://bugs.gentoo.org/690786
2 ---
3 metadata/layout.conf | 4 ++++
4 1 file changed, 4 insertions(+)
5
6 diff --git a/metadata/layout.conf b/metadata/layout.conf
7 index 7ffc0ce6b72..c719c42513c 100644
8 --- a/metadata/layout.conf
9 +++ b/metadata/layout.conf
10 @@ -4,6 +4,10 @@
11 # For details on this file, see the layout.conf section of the
12 # portage(5) man page.
13
14 +# Allow specific PROPERTIES and RESTRICT values in ebuilds.
15 +allow-properties = interactive live
16 +allow-restrict = binchecks bindist fetch installsources mirror preserve-libs primaryuri splitdebug strip test userpriv
17 +
18 # manifest-hashes specify hashes used for new/updated entries
19 # the current set went live on 2017-11-21, per 2017-11-12 Council meeting
20 # https://archives.gentoo.org/gentoo-dev/message/ba2e5d9666ebd7e1bff1143485a37856
21 --
22 2.21.0

Replies