diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-03-21 10:32:04 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-03-21 10:37:18 +0000 |
commit | 92db444e22b25bae835d273dc4e93d0d3534a0be (patch) | |
tree | 6a0025c388aebb22b7bced4c113a09a0f0e07186 /profiles | |
parent | app-text/libpaper: Drop old (diff) | |
download | gentoo-92db444e22b25bae835d273dc4e93d0d3534a0be.tar.gz gentoo-92db444e22b25bae835d273dc4e93d0d3534a0be.tar.bz2 gentoo-92db444e22b25bae835d273dc4e93d0d3534a0be.zip |
profiles/features/musl/package.mask: mask dev-libs/elfutils
I'm specifically masking elfutils because it's a widespread
dependency that pops up all the time when I try to build ::gentoo
packages against musl profiles.
In ::gentoo dev-libs/elfutils needs an upstream port to
musl: #602126, #701478
- https://sourceware.org/PR21002
- https://sourceware.org/PR21008
- https://sourceware.org/PR21010
Overlays that carry out-of-tree patches can remove the mask
via `profiles/package.mask`:
```
# unmask in ::${overlay}
-dev-libs/elfutils
```
Bug: https://bugs.gentoo.org/602126
Closes: https://bugs.gentoo.org/701478
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/features/musl/package.mask | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index c9f40eeb71f8..0f5072ebd1a3 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -2,6 +2,14 @@ # Distributed under the terms of the GNU General Public License v2 # Sergei Trofimovich <slyfox@gentoo.org> (2020-03-21) +# In ::gentoo dev-libs/elfutils needs an upstream port to +# musl: #602126, #701478 +# - https://sourceware.org/PR21002 +# - https://sourceware.org/PR21008 +# - https://sourceware.org/PR21010 +dev-libs/elfutils + +# Sergei Trofimovich <slyfox@gentoo.org> (2020-03-21) # Linux debugger needs a port to musl. app-emulation/dosemu |