commit: bba9a81ce18ed791c6267f99d14546e52a9b49bd Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Tue Jan 9 07:25:42 2024 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> 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 <tupone <AT> 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 <[email protected]> (2024-01-09) +# linked against glibc +sci-libs/caffe2 mkl +dev-libs/oneDNN mkl + # Michał Górny <[email protected]> (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
