summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-12-01 19:07:03 +0100
committerMichał Górny <mgorny@gentoo.org>2018-12-01 19:13:25 +0100
commit82ec3006201ee70c56933a4ffdba4e9cc2595762 (patch)
tree31c786df8301ba83b1a10dc5220f63dc4af8b47f /profiles/features
parentprofiles: Remove USE=seamonkey mask where not applicable (diff)
downloadgentoo-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/features')
-rw-r--r--profiles/features/musl/package.use.mask5
1 files changed, 1 insertions, 4 deletions
diff --git a/profiles/features/musl/package.use.mask b/profiles/features/musl/package.use.mask
index 05d01c6e1e8b..cd689d15dec5 100644
--- a/profiles/features/musl/package.use.mask
+++ b/profiles/features/musl/package.use.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 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)