Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/
Date: Sat, 29 Dec 2018 13:03:44
Message-Id: 1546088523.2d3793c2618b9026ff3c05a9122264967e7f9ebe.grobian@gentoo
1 commit: 2d3793c2618b9026ff3c05a9122264967e7f9ebe
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 29 13:02:03 2018 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 29 13:02:03 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d3793c2
7
8 profiles/prefix/use.mask: mask USE=split-usr for Prefix
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11
12 profiles/prefix/use.mask | 8 +++++++-
13 1 file changed, 7 insertions(+), 1 deletion(-)
14
15 diff --git a/profiles/prefix/use.mask b/profiles/prefix/use.mask
16 index ddbed590998..0d8717df729 100644
17 --- a/profiles/prefix/use.mask
18 +++ b/profiles/prefix/use.mask
19 @@ -1,6 +1,12 @@
20 -# Copyright 1999-2018 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 +
25 +# Fabian Groffen <grobian@g.o> (29 Dec 2018)
26 +# separate /usr has been disabled for long in Prefix, so ensure we don't
27 +# accidentially trigger stuff (for now in sys-apps/coreutils)
28 +split-usr
29 +
30 # Michael Haubenwallner <haubi@g.o> (21 Jun 2018)
31 # sys-libs/libseccomp is a linux interface, not sure if it will work
32 # in prefix for Linux either, bug #585756