blueness 15/06/14 18:07:57 Modified: package.use.mask Log: Mask USE=nls for packages causing collisions with <libintl.h> on musl.
Revision Changes Path 1.2 profiles/hardened/linux/musl/package.use.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/package.use.mask?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/package.use.mask?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/package.use.mask?r1=1.1&r2=1.2 Index: package.use.mask =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/package.use.mask,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- package.use.mask 23 Oct 2014 11:15:51 -0000 1.1 +++ package.use.mask 14 Jun 2015 18:07:57 -0000 1.2 @@ -1,6 +1,14 @@ -# 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.use.mask,v 1.1 2014/10/23 11:15:51 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/package.use.mask,v 1.2 2015/06/14 18:07:57 blueness Exp $ # See bug #504200 sys-devel/gcc sanitize + +# These cause collisions with <libintl.h> +# even with --without-included-gettext +sys-devel/gettext nls +sys-fs/e2fsprogs nls + +# Broken +dev-vcs/git gpg
