diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2013-06-16 00:04:10 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2013-06-16 00:04:10 +0000 |
commit | b577d6ff9a539c339cee70cc62149aa9e63a6625 (patch) | |
tree | ef4dc3012f20c5e74cbbf066ea7410ddf5ed3037 /profiles/base/package.mask | |
parent | Fix typo with USE=-javascript, spotted by Francisco Vazquez <fjvazquezaraujo@... (diff) | |
download | gentoo-2-b577d6ff9a539c339cee70cc62149aa9e63a6625.tar.gz gentoo-2-b577d6ff9a539c339cee70cc62149aa9e63a6625.tar.bz2 gentoo-2-b577d6ff9a539c339cee70cc62149aa9e63a6625.zip |
Add ELIBC=musl and mask it as it can break systems
Diffstat (limited to 'profiles/base/package.mask')
-rw-r--r-- | profiles/base/package.mask | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/profiles/base/package.mask b/profiles/base/package.mask index df462461e86d..9a0468b4291c 100644 --- a/profiles/base/package.mask +++ b/profiles/base/package.mask @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.mask,v 1.56 2013/04/06 13:20:01 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.mask,v 1.57 2013/06/16 00:04:10 blueness Exp $ # Diego Elio Pettenò <flameeyes@gentoo.org> (8 Feb 2011) # on behalf of QA team <qa@gentoo.org @@ -10,6 +10,12 @@ # still available on default profiles to be used with crossdev. sys-libs/uclibc +# Anthony G. Basile <blueness@gentoo.org> (15 Jun 2013) +# Make sure sys-libs/musl is only available for musl profiles or +# where the user explicitly unmasks it as using it incorrectly +# can break a system. It is still available with crossdev. +sys-libs/musl + # Diego E. Pettenò <flameeyes@gentoo.org> (25 Apr 2010) # on behalf of QA team <qa@gentoo.org # |