Gentoo Archives: gentoo-commits

From: Michael Haubenwallner <haubi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/linux/
Date: Tue, 08 Jan 2019 16:56:56
Message-Id: 1546966578.2c90572d4947254855f83c1cbb182cb2d3d5fb0f.haubi@gentoo
1 commit: 2c90572d4947254855f83c1cbb182cb2d3d5fb0f
2 Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 8 16:54:21 2019 +0000
4 Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 8 16:56:18 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c90572d
7
8 profiles/prefix/linux(guest): p.mask sys-kernel/linux-headers
9
10 Prefix Guest does use host libc and host kernel's headers,
11 hence packages should depend on virtual/os-headers instead.
12 Signed-off-by: Michael Haubenwallner <haubi <AT> gentoo.org>
13
14 profiles/prefix/linux/package.mask | 7 ++++++-
15 1 file changed, 6 insertions(+), 1 deletion(-)
16
17 diff --git a/profiles/prefix/linux/package.mask b/profiles/prefix/linux/package.mask
18 index 17532723914..b13eb34a520 100644
19 --- a/profiles/prefix/linux/package.mask
20 +++ b/profiles/prefix/linux/package.mask
21 @@ -1,2 +1,7 @@
22 -# Copyright 1999-2013 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 +
26 +# Michael Haubenwallner <haubi@g.o> (08 Jan 2019)
27 +# Prefix Guest does use host libc and host kernel's headers,
28 +# hence packages should depend on virtual/os-headers instead.
29 +sys-kernel/linux-headers