commit: 2c90572d4947254855f83c1cbb182cb2d3d5fb0f Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org> AuthorDate: Tue Jan 8 16:54:21 2019 +0000 Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org> CommitDate: Tue Jan 8 16:56:18 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c90572d
profiles/prefix/linux(guest): p.mask sys-kernel/linux-headers Prefix Guest does use host libc and host kernel's headers, hence packages should depend on virtual/os-headers instead. Signed-off-by: Michael Haubenwallner <haubi <AT> gentoo.org> profiles/prefix/linux/package.mask | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/profiles/prefix/linux/package.mask b/profiles/prefix/linux/package.mask index 17532723914..b13eb34a520 100644 --- a/profiles/prefix/linux/package.mask +++ b/profiles/prefix/linux/package.mask @@ -1,2 +1,7 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2019 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 + +# Michael Haubenwallner <[email protected]> (08 Jan 2019) +# Prefix Guest does use host libc and host kernel's headers, +# hence packages should depend on virtual/os-headers instead. +sys-kernel/linux-headers
