commit: fba0a67619c4b12453679227629b5077cfa18f9c Author: Matthew Smith <matthew <AT> gentoo <DOT> org> AuthorDate: Sun Apr 7 13:34:19 2024 +0000 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org> CommitDate: Sun Apr 7 13:34:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fba0a676
profiles/features/musl: mask dev-qt/qtbase[renderdoc] NonsolvableDepsInDev because of media-gfx/renderdoc mask. Signed-off-by: Matthew Smith <matthew <AT> gentoo.org> profiles/features/musl/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/features/musl/package.use.mask b/profiles/features/musl/package.use.mask index 83facb689f20..0e1f019c61aa 100644 --- a/profiles/features/musl/package.use.mask +++ b/profiles/features/musl/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Matthew Smith <[email protected]> (2024-04-07) +# Renderdoc masked on musl, bug #853856 +dev-qt/qtbase renderdoc + # Andreas K. Hüttel <[email protected]> (2024-03-11) # Only works properly with glibc dev-debug/gdb cet
