From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1349965-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E88B6158086 for <garchives@archives.gentoo.org>; Wed, 15 Dec 2021 18:03:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA97A2BC024; Wed, 15 Dec 2021 18:03:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 667552BC024 for <gentoo-commits@lists.gentoo.org>; Wed, 15 Dec 2021 18:03:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 45BC53435FD for <gentoo-commits@lists.gentoo.org>; Wed, 15 Dec 2021 18:03:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1608D0 for <gentoo-commits@lists.gentoo.org>; Wed, 15 Dec 2021 18:03:42 +0000 (UTC) From: "Conrad Kostecki" <conikost@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" <conikost@gentoo.org> Message-ID: <1639591403.19d020e6d79ea7ff9e5d53190d1cfd3b592a1bcc.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/musl/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/features/musl/package.mask profiles/features/musl/package.use.mask X-VCS-Directories: profiles/features/musl/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 19d020e6d79ea7ff9e5d53190d1cfd3b592a1bcc X-VCS-Branch: master Date: Wed, 15 Dec 2021 18:03:42 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ce3e643e-deec-432b-a30b-d6274842430c X-Archives-Hash: 2d8246609fb1472fe0ba261034e44d34 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 <conikost@gentoo.org> (2021-12-15) +# Level Zero needs RTLD_DEEPBIND, which does not exist on musl. +dev-libs/level-zero + # Andreas K. Hüttel <dilfridge@gentoo.org> (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 <conikost@gentoo.org> (2021-12-15) +# Support for L0 needs RTLD_DEEPBIND, which does not exist on musl. +dev-libs/intel-compute-runtime l0 + # Stijn Tintel <stijn@linux-ipv6.be> (2021-12-02) # rarpd relies on ether_ntohost which is a stub in musl net-misc/iputils rarpd