diff options
author | Sam James <sam@gentoo.org> | 2022-10-17 22:44:46 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-17 22:44:46 +0100 |
commit | 0dfe871a05e0158c687615d34782490b8116db44 (patch) | |
tree | 3d02ccd6951be55c8ee7f163781a8456068f6ca0 /profiles | |
parent | dev-util/rr: fix build with linux-headers-6.0 (diff) | |
download | gentoo-0dfe871a05e0158c687615d34782490b8116db44.tar.gz gentoo-0dfe871a05e0158c687615d34782490b8116db44.tar.bz2 gentoo-0dfe871a05e0158c687615d34782490b8116db44.zip |
profiles/features/musl: mask dev-util/rr on musl
Closes: https://bugs.gentoo.org/835713
Closes: https://bugs.gentoo.org/864088
Closes: https://bugs.gentoo.org/832864
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/features/musl/package.mask | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index 1a39191790c9..151471cc6032 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -1,6 +1,11 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <sam@gentoo.org> (2022-10-17) +# Needs porting to musl +# https://github.com/rr-debugger/rr/issues/2236 +dev-util/rr + # Sam James <sam@gentoo.org> (2022-10-04) # Packages with dubious sys-libs/glibc dependencies (non-binary) but # masking for now to allow musl profiles to graduate from exp->dev. |