Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: Zac Medico <zmedico@g.o>
Subject: Re: [gentoo-dev] [PATCH] metadata/layout.conf: Allow specific PROPERTIES and RESTRICT values
Date: Mon, 29 Jul 2019 07:04:45
Message-Id: 3a175766b863007ddc8c3825dc8a2815d95058a0.camel@gentoo.org
In Reply to: [gentoo-dev] [PATCH] metadata/layout.conf: Allow specific PROPERTIES and RESTRICT values by Zac Medico
1 On Sun, 2019-07-28 at 23:59 -0700, Zac Medico wrote:
2 > Bug: https://bugs.gentoo.org/690786
3 > ---
4 > metadata/layout.conf | 4 ++++
5 > 1 file changed, 4 insertions(+)
6 >
7 > diff --git a/metadata/layout.conf b/metadata/layout.conf
8 > index 7ffc0ce6b72..c719c42513c 100644
9 > --- a/metadata/layout.conf
10 > +++ b/metadata/layout.conf
11 > @@ -4,6 +4,10 @@
12 > # For details on this file, see the layout.conf section of the
13 > # portage(5) man page.
14 >
15 > +# Allow specific PROPERTIES and RESTRICT values in ebuilds.
16 > +allow-properties = interactive live
17 > +allow-restrict = binchecks bindist fetch installsources mirror preserve-libs primaryuri splitdebug strip test userpriv
18
19 If I were to bikeshed, I'd go for following suit with eapis-*, i.e.:
20
21 properties-allowed = ...
22 restrict-allowed = ...
23
24 > +
25 > # manifest-hashes specify hashes used for new/updated entries
26 > # the current set went live on 2017-11-21, per 2017-11-12 Council meeting
27 > # https://archives.gentoo.org/gentoo-dev/message/ba2e5d9666ebd7e1bff1143485a37856
28
29 --
30 Best regards,
31 Michał Górny

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies