diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-12-01 19:07:03 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-12-01 19:13:25 +0100 |
commit | 82ec3006201ee70c56933a4ffdba4e9cc2595762 (patch) | |
tree | 31c786df8301ba83b1a10dc5220f63dc4af8b47f /profiles/default/linux/musl | |
parent | profiles: Remove USE=seamonkey mask where not applicable (diff) | |
download | gentoo-82ec3006201ee70c56933a4ffdba4e9cc2595762.tar.gz gentoo-82ec3006201ee70c56933a4ffdba4e9cc2595762.tar.bz2 gentoo-82ec3006201ee70c56933a4ffdba4e9cc2595762.zip |
profiles: Clean removed media-libs/mesa flags
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles/default/linux/musl')
-rw-r--r-- | profiles/default/linux/musl/package.use.mask | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/profiles/default/linux/musl/package.use.mask b/profiles/default/linux/musl/package.use.mask index 1d3c7789f416..d7dd0ba8ca40 100644 --- a/profiles/default/linux/musl/package.use.mask +++ b/profiles/default/linux/musl/package.use.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation. +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # See bug #604542 @@ -15,9 +15,6 @@ sys-devel/llvm sanitize sys-devel/gettext nls sys-fs/e2fsprogs nls -# See bug #576928 -media-libs/mesa nptl - # bash-malloc relies on sbrk which is implemented # as a fail-only stub in musl. breaks horribly if enabled. # bash: xmalloc: locale.c:81: cannot allocate 18 bytes (0 bytes allocated) |