commit: 2d3793c2618b9026ff3c05a9122264967e7f9ebe Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Sat Dec 29 13:02:03 2018 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> 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 <grobian <AT> 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 <[email protected]> (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 <[email protected]> (21 Jun 2018) # sys-libs/libseccomp is a linux interface, not sure if it will work # in prefix for Linux either, bug #585756
