From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 4CBE7158451 for ; Tue, 9 Jan 2024 07:26:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73733E2A0F; Tue, 9 Jan 2024 07:26:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 pigeon.gentoo.org (Postfix) with ESMTPS id 500FAE2A0F for ; Tue, 9 Jan 2024 07:26:54 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8FF0B3432B6 for ; Tue, 9 Jan 2024 07:26:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A1C31082 for ; Tue, 9 Jan 2024 07:26:52 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1704785198.bba9a81ce18ed791c6267f99d14546e52a9b49bd.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/musl/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/features/musl/package.use.mask X-VCS-Directories: profiles/features/musl/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: bba9a81ce18ed791c6267f99d14546e52a9b49bd X-VCS-Branch: master Date: Tue, 9 Jan 2024 07:26:52 +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: 17d1eeb0-f334-4eab-acec-29598846eb69 X-Archives-Hash: 7dc6893fa8df94f10848d17050d34e79 commit: bba9a81ce18ed791c6267f99d14546e52a9b49bd Author: Alfredo Tupone gentoo org> AuthorDate: Tue Jan 9 07:25:42 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Tue Jan 9 07:26:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bba9a81c profiles/features/musl: put header to my package mask Signed-off-by: Alfredo Tupone gentoo.org> profiles/features/musl/package.use.mask | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/profiles/features/musl/package.use.mask b/profiles/features/musl/package.use.mask index 32a6ac3740dc..0f7375cb1e12 100644 --- a/profiles/features/musl/package.use.mask +++ b/profiles/features/musl/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Alfredo Tupone (2024-01-09) +# linked against glibc +sci-libs/caffe2 mkl +dev-libs/oneDNN mkl + # Michał Górny (2023-12-31) # Requires dev-libs/level-zero. dev-lang/ispc gpu @@ -142,7 +147,3 @@ app-shells/bash mem-scramble # static linking works with musl app-shells/mksh -static - -# linked against glibc -sci-libs/caffe2 mkl -dev-libs/oneDNN mkl