commit: bfb5e56428aecae31283cd4238d30a949cb353e5 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Tue Jul 6 19:17:46 2021 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Tue Jul 6 19:17:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfb5e564
musl/x86: temporarily unmask opentmpfiles Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/default/linux/x86/17.0/musl/package.mask | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profiles/default/linux/x86/17.0/musl/package.mask b/profiles/default/linux/x86/17.0/musl/package.mask index 2bfe7a93567..48c3e6db7a7 100644 --- a/profiles/default/linux/x86/17.0/musl/package.mask +++ b/profiles/default/linux/x86/17.0/musl/package.mask @@ -5,4 +5,6 @@ # 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
