diff options
author | Ian Jordan <immoloism@gmail.com> | 2024-08-01 05:13:49 +0000 |
---|---|---|
committer | Jimi Huotari <chiitoo@gentoo.org> | 2024-08-22 08:57:01 +0300 |
commit | f1dc6e386d2e91eeab53d796c764e522a78daa75 (patch) | |
tree | ea92ab80fd48e1731e3f010d51ca5d58c2ca156b /profiles | |
parent | dev-ruby/rexml: drop 3.2.9, 3.3.0, 3.3.1, 3.3.2 (diff) | |
download | gentoo-f1dc6e386d2e91eeab53d796c764e522a78daa75.tar.gz gentoo-f1dc6e386d2e91eeab53d796c764e522a78daa75.tar.bz2 gentoo-f1dc6e386d2e91eeab53d796c764e522a78daa75.zip |
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@gmail.com>
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/features/musl/package.use.mask | 4 |
1 files changed, 4 insertions, 0 deletions
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 <immoloism@gmail.com> (2024-08-22) +# Browser uses a prebuilt binary built against glibc (bug #934005) +media-video/obs-studio browser + # Sam James <sam@gentoo.org> (2024-08-21) # dev-debug/systemtap doesn't work on musl app-emulation/libvirt dtrace |