Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: metadata/
Date: Sat, 02 Nov 2019 11:45:26
Message-Id: 1572694982.c74fb98c07aa4bf07dfc3974de5549b3a28cf3ca.mgorny@gentoo
1 commit: c74fb98c07aa4bf07dfc3974de5549b3a28cf3ca
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 2 11:43:02 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 2 11:43:02 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c74fb98c
7
8 metadata/layout.conf: Disallow RESTRICT=primaryuri
9
10 Bug: https://bugs.gentoo.org/696832
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 metadata/layout.conf | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/metadata/layout.conf b/metadata/layout.conf
17 index ed70320df0d..89383a671c4 100644
18 --- a/metadata/layout.conf
19 +++ b/metadata/layout.conf
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 # For details on this file, see the layout.conf section of the
26 @@ -6,7 +6,7 @@
27
28 # Allow specific PROPERTIES and RESTRICT values in ebuilds.
29 properties-allowed = interactive live
30 -restrict-allowed = binchecks bindist fetch installsources mirror preserve-libs primaryuri splitdebug strip test userpriv
31 +restrict-allowed = binchecks bindist fetch installsources mirror preserve-libs splitdebug strip test userpriv
32
33 # manifest-hashes specify hashes used for new/updated entries
34 # the current set went live on 2017-11-21, per 2017-11-12 Council meeting