commit: 31be81b1141d76911fbde9d927bde3d2141d80d0 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Jul 6 18:59:46 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jul 6 19:00:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31be81b1
profiles/default/linux/x86/17.0/musl: mask sys-apps/systemd-tmpfiles for now Requires -fstack-protector at the moment which is broken on x86 + musl for the timebeing. Masked to allow stage builds to proceed. 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 insertions(+) diff --git a/profiles/default/linux/x86/17.0/musl/package.mask b/profiles/default/linux/x86/17.0/musl/package.mask new file mode 100644 index 00000000000..776568d39cb --- /dev/null +++ b/profiles/default/linux/x86/17.0/musl/package.mask @@ -0,0 +1,8 @@ +# 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 +sys-apps/systemd-tmpfiles
