commit: 48a63c983a559f87d693e606380a49c139d3e356 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Sep 14 02:49:48 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Sep 14 02:50:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a63c98
profiles/default/linux/x86/17.0/musl: unmask systemd-tmpfiles There's now a patch for gcc in ::musl and we'll hopefully import it to ::gentoo shortly. Bug: https://bugs.gentoo.org/800893 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/default/linux/x86/17.0/musl/package.mask | 8 -------- 1 file changed, 8 deletions(-) diff --git a/profiles/default/linux/x86/17.0/musl/package.mask b/profiles/default/linux/x86/17.0/musl/package.mask index 48c3e6db7a7..ea771f7580c 100644 --- a/profiles/default/linux/x86/17.0/musl/package.mask +++ b/profiles/default/linux/x86/17.0/musl/package.mask @@ -1,10 +1,2 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License, v2 - -# Sam James <[email protected]> (2021-07-06) -# Forces -fstack-protector, masking for now to allow stage3s to be built. -# Masking this forces sys-apps/opentmpfiles to provide virtual/tmpfiles. -# bug #800893 -# Temporarily unmask opentmpfiles here to get working stages. -sys-apps/systemd-tmpfiles --sys-apps/opentmpfiles
