diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-03-28 12:39:38 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-03-28 12:39:38 +0000 |
commit | 9c43a7cff962dffb526704d6e44d470f5c0a5b3c (patch) | |
tree | edb82b8682b67873829c22f889e65c4cee153d6b /profiles | |
parent | LatLongUTMconversion masked for removal (diff) | |
download | gentoo-2-9c43a7cff962dffb526704d6e44d470f5c0a5b3c.tar.gz gentoo-2-9c43a7cff962dffb526704d6e44d470f5c0a5b3c.tar.bz2 gentoo-2-9c43a7cff962dffb526704d6e44d470f5c0a5b3c.zip |
Mask >sys-kernel/linux-headers-3.16 on musl profiles. Bug #544476.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/hardened/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/hardened/linux/musl/package.mask | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/profiles/hardened/ChangeLog b/profiles/hardened/ChangeLog index ae81d773b1c6..40a4180c5f0f 100644 --- a/profiles/hardened/ChangeLog +++ b/profiles/hardened/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for Gentoo/AMD64 profile directory # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v 1.78 2015/02/21 23:29:59 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v 1.79 2015/03/28 12:39:38 blueness Exp $ + + 28 Mar 2015; Anthony G. Basile <blueness@gentoo.org> linux/musl/package.mask: + Mask >sys-kernel/linux-headers-3.16 on musl profiles. Bug #544476. 21 Feb 2015; Anthony G. Basile <blueness@gentoo.org> +linux/amd64/no-emul-linux-x86/eapi, +linux/amd64/no-emul-linux-x86/parent: diff --git a/profiles/hardened/linux/musl/package.mask b/profiles/hardened/linux/musl/package.mask index 1ca32c758ddf..ef8d786b5814 100644 --- a/profiles/hardened/linux/musl/package.mask +++ b/profiles/hardened/linux/musl/package.mask @@ -1,10 +1,13 @@ -# Copyright 1999-2014 Gentoo Foundation. +# Copyright 1999-2015 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/package.mask,v 1.8 2015/01/24 07:15:28 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/package.mask,v 1.9 2015/03/28 12:39:38 blueness Exp $ sys-libs/uclibc sys-libs/glibc +# We mask these until we sort out bug #544476. +>sys-kernel/linux-headers-3.16 + # We use eudev which is tested on both uclibc and musl sys-apps/systemd sys-fs/udev |