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 80123138334 for ; Sat, 29 Dec 2018 13:03:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90D2EE0932; Sat, 29 Dec 2018 13:03:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 68284E0932 for ; Sat, 29 Dec 2018 13:03:43 +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 C0497335C07 for ; Sat, 29 Dec 2018 13:03:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00F9D4CE for ; Sat, 29 Dec 2018 13:03:40 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1546088523.2d3793c2618b9026ff3c05a9122264967e7f9ebe.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/prefix/use.mask X-VCS-Directories: profiles/prefix/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 2d3793c2618b9026ff3c05a9122264967e7f9ebe X-VCS-Branch: master Date: Sat, 29 Dec 2018 13:03:40 +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: 492f17fd-2e16-4b72-9551-307a88a83c33 X-Archives-Hash: d71979d924eb558e1fe6b7ce5741568a commit: 2d3793c2618b9026ff3c05a9122264967e7f9ebe Author: Fabian Groffen gentoo org> AuthorDate: Sat Dec 29 13:02:03 2018 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sat Dec 29 13:02:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d3793c2 profiles/prefix/use.mask: mask USE=split-usr for Prefix Signed-off-by: Fabian Groffen gentoo.org> profiles/prefix/use.mask | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/profiles/prefix/use.mask b/profiles/prefix/use.mask index ddbed590998..0d8717df729 100644 --- a/profiles/prefix/use.mask +++ b/profiles/prefix/use.mask @@ -1,6 +1,12 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 + +# Fabian Groffen (29 Dec 2018) +# separate /usr has been disabled for long in Prefix, so ensure we don't +# accidentially trigger stuff (for now in sys-apps/coreutils) +split-usr + # Michael Haubenwallner (21 Jun 2018) # sys-libs/libseccomp is a linux interface, not sure if it will work # in prefix for Linux either, bug #585756