From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 3F2AA1581EE for ; Sun, 06 Apr 2025 15:57:10 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 2A3ED343183 for ; Sun, 06 Apr 2025 15:57:10 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 6D1E71104B9; Sun, 06 Apr 2025 15:57:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 648191104B9 for ; Sun, 06 Apr 2025 15:57:01 +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 1770A34314E for ; Sun, 06 Apr 2025 15:57:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DC9527F2 for ; Sun, 06 Apr 2025 15:56:59 +0000 (UTC) From: "Conrad Kostecki" 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" Message-ID: <1743954819.ad3df964ab8b97039db51ce868ecf1587c1aaa5c.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: ad3df964ab8b97039db51ce868ecf1587c1aaa5c X-VCS-Branch: master Date: Sun, 06 Apr 2025 15:56:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e876fe48-7b5a-4efb-a41a-1536783d3c00 X-Archives-Hash: 0cf83fc168564552f4fc0380c4b22590 commit: ad3df964ab8b97039db51ce868ecf1587c1aaa5c Author: Conrad Kostecki gentoo org> AuthorDate: Sun Apr 6 15:46:05 2025 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Apr 6 15:53:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad3df964 Revert "features/musl/package.{.use,}mask: add intel-compute-runtime-legacy" This reverts commit b914ac5e298280678ef6a107913de3103cae7868. As per pms, pkg-slotmove cannot be done per version based. Signed-off-by: Conrad Kostecki gentoo.org> profiles/features/musl/package.mask | 1 - profiles/features/musl/package.use.mask | 1 - 2 files changed, 2 deletions(-) diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index f6e52ea411f1..75a9c73dfa70 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -170,7 +170,6 @@ dev-libs/cutlass # Conrad Kostecki (2022-12-31) # RTLD_DEEPBIND does not exist on musl dev-libs/intel-compute-runtime -dev-libs/intel-compute-runtime-legacy # Sam James (2022-10-17) # Needs porting to musl diff --git a/profiles/features/musl/package.use.mask b/profiles/features/musl/package.use.mask index 0dba7e22dd2c..17e380930e55 100644 --- a/profiles/features/musl/package.use.mask +++ b/profiles/features/musl/package.use.mask @@ -206,7 +206,6 @@ app-emacs/yatex l10n_ja # Conrad Kostecki (2021-12-15) # Support for L0 needs RTLD_DEEPBIND, which does not exist on musl. dev-libs/intel-compute-runtime l0 -dev-libs/intel-compute-runtime-legacy l0 # Stijn Tintel (2021-12-02) # rarpd relies on ether_ntohost which is a stub in musl