commit:     19d020e6d79ea7ff9e5d53190d1cfd3b592a1bcc
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 15 17:54:51 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Dec 15 18:03:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19d020e6

package.{mask,use.mask}: mask dev-libs/level-zero on musl

Closes: https://bugs.gentoo.org/828775
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 profiles/features/musl/package.mask     | 4 ++++
 profiles/features/musl/package.use.mask | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/profiles/features/musl/package.mask 
b/profiles/features/musl/package.mask
index f38f77c911c4..95cd5b8d1c49 100644
--- a/profiles/features/musl/package.mask
+++ b/profiles/features/musl/package.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Conrad Kostecki <[email protected]> (2021-12-15)
+# Level Zero needs RTLD_DEEPBIND, which does not exist on musl.
+dev-libs/level-zero
+
 # Andreas K. Hüttel <[email protected]> (2021-11-21)
 # No musl patches in ebuild
 <sys-devel/gcc-9

diff --git a/profiles/features/musl/package.use.mask 
b/profiles/features/musl/package.use.mask
index 72bf15947617..7d3bab631c12 100644
--- a/profiles/features/musl/package.use.mask
+++ b/profiles/features/musl/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2021 Gentoo Authors.
 # Distributed under the terms of the GNU General Public License v2
 
+# Conrad Kostecki <[email protected]> (2021-12-15)
+# Support for L0 needs RTLD_DEEPBIND, which does not exist on musl.
+dev-libs/intel-compute-runtime l0
+
 # Stijn Tintel <[email protected]> (2021-12-02)
 # rarpd relies on ether_ntohost which is a stub in musl
 net-misc/iputils rarpd

Reply via email to