From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EAA41138335 for ; Sat, 2 Nov 2019 11:45:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E991BE080E; Sat, 2 Nov 2019 11:45:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A1DF9E080E for ; Sat, 2 Nov 2019 11:45:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 32BA734C6DC for ; Sat, 2 Nov 2019 11:45:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B933890 for ; Sat, 2 Nov 2019 11:45:22 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1572694982.c74fb98c07aa4bf07dfc3974de5549b3a28cf3ca.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: metadata/ X-VCS-Repository: repo/gentoo X-VCS-Files: metadata/layout.conf X-VCS-Directories: metadata/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c74fb98c07aa4bf07dfc3974de5549b3a28cf3ca X-VCS-Branch: master Date: Sat, 2 Nov 2019 11:45:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e264755c-9ff1-41be-9c70-c7d5bce68387 X-Archives-Hash: 1dcbaa027a499aa5a5e80d0daf68ad7d commit: c74fb98c07aa4bf07dfc3974de5549b3a28cf3ca Author: Michał Górny gentoo org> AuthorDate: Sat Nov 2 11:43:02 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Nov 2 11:43:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c74fb98c metadata/layout.conf: Disallow RESTRICT=primaryuri Bug: https://bugs.gentoo.org/696832 Signed-off-by: Michał Górny gentoo.org> metadata/layout.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata/layout.conf b/metadata/layout.conf index ed70320df0d..89383a671c4 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # For details on this file, see the layout.conf section of the @@ -6,7 +6,7 @@ # 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 +restrict-allowed = binchecks bindist fetch installsources mirror preserve-libs 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