commit: f1dc6e386d2e91eeab53d796c764e522a78daa75 Author: Ian Jordan <immoloism <AT> gmail <DOT> com> AuthorDate: Thu Aug 1 05:13:49 2024 +0000 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> CommitDate: Thu Aug 22 05:57:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1dc6e38
profiles/features/musl: media-video/obs-studio mask browser USE flag Browser binary is currently built against glibc so masking for now. Bug: https://bugs.gentoo.org/934005 Closes: https://github.com/gentoo/gentoo/pull/37893 Signed-off-by: Ian Jordan <immoloism <AT> gmail.com> Signed-off-by: Jimi Huotari <chiitoo <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 a0165d34526f..1bae192c2abe 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 +# Ian Jordan <[email protected]> (2024-08-22) +# Browser uses a prebuilt binary built against glibc (bug #934005) +media-video/obs-studio browser + # Sam James <[email protected]> (2024-08-21) # dev-debug/systemtap doesn't work on musl app-emulation/libvirt dtrace
