diff options
author | Sam James <sam@gentoo.org> | 2021-07-06 19:59:46 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-06 20:00:51 +0100 |
commit | 31be81b1141d76911fbde9d927bde3d2141d80d0 (patch) | |
tree | b82142b1c4c7ac936f4e4e6e54f7883b7674c627 /profiles/default | |
parent | mail-mta/opensmtpd: stabilize 6.8.0_p2-r1 for ppc64 (diff) | |
download | gentoo-31be81b1141d76911fbde9d927bde3d2141d80d0.tar.gz gentoo-31be81b1141d76911fbde9d927bde3d2141d80d0.tar.bz2 gentoo-31be81b1141d76911fbde9d927bde3d2141d80d0.zip |
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@gentoo.org>
Diffstat (limited to 'profiles/default')
-rw-r--r-- | profiles/default/linux/x86/17.0/musl/package.mask | 8 |
1 files changed, 8 insertions, 0 deletions
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 000000000000..776568d39cbe --- /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 <sam@gentoo.org> (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 |