commit: d82649361f13d1fd8ad669042c9a6fefd368b130 Author: Joshua Kinard <kumba <AT> gentoo <DOT> org> AuthorDate: Tue Feb 27 04:23:48 2024 +0000 Commit: Joshua Kinard <kumba <AT> gentoo <DOT> org> CommitDate: Tue Feb 27 04:28:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8264936
profiles: Mask app-arch/lrzip-next on musl The package has compatibility issues w/ musl's pthreads implementation at the present time. Bug: https://bugs.gentoo.org/925547 Signed-off-by: Joshua Kinard <kumba <AT> gentoo.org> profiles/features/musl/package.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index f010e7c5889c..fd8167d74d36 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -1,6 +1,11 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Joshua Kinard <[email protected]> (2024-02-27) +# app-arch/lrzip-next cannot work w/ musl's pthreads at +# this time. (#925547) +app-arch/lrzip-next + # Marek Szuba <[email protected]> (2024-02-18) # Binary-only packages linked against glibc net-analyzer/nessus-agent-bin
