profiles/features/musl/package.mask: mask dev-libs/elfutils
authorSergei Trofimovich <slyfox@gentoo.org>
Sat, 21 Mar 2020 10:32:04 +0000 (10:32 +0000)
committerSergei Trofimovich <slyfox@gentoo.org>
Sat, 21 Mar 2020 10:37:18 +0000 (10:37 +0000)
commit92db444e22b25bae835d273dc4e93d0d3534a0be
tree6a0025c388aebb22b7bced4c113a09a0f0e07186
parent8cfe4af016f34465f371c7afc1496876d9524d6c
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>
profiles/features/musl/package.mask