commit: ab164c0e3883f794fa4feedc9b3e71e50c8a7b43 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Fri Jan 1 18:24:33 2016 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Fri Jan 1 18:24:43 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab164c0e
profiles: mask dev-libs/pth on musl, bug #525136 profiles/hardened/linux/musl/package.mask | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profiles/hardened/linux/musl/package.mask b/profiles/hardened/linux/musl/package.mask index 76331ff..2021546 100644 --- a/profiles/hardened/linux/musl/package.mask +++ b/profiles/hardened/linux/musl/package.mask @@ -5,6 +5,9 @@ sys-libs/uclibc sys-libs/glibc +# Hopelessly broken, bug #525136 +dev-libs/pth + # We mask these until we sort out bug #544476. >sys-kernel/linux-headers-3.16
