From d2893019683d2fb21a2b95aa84ccceb3debc3ec2 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Fri, 20 Mar 2020 22:36:08 -0400 Subject: [PATCH] profiles: mask sys-apps/systemd-boot on musl Bug: https://bugs.gentoo.org/713698 Signed-off-by: Mike Gilbert --- profiles/features/musl/package.mask | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index 4b84427191ba..172c3b442199 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors. +# Copyright 1999-2020 Gentoo Authors. # Distributed under the terms of the GNU General Public License v2 sys-libs/uclibc-ng @@ -9,6 +9,9 @@ sys-libs/glibc sys-apps/systemd sys-fs/udev +# systemd sources fail to build without glibc +sys-boot/systemd-boot + # Ian Stakenvicius, 2017-06-14 # on behalf of mozilla@gentoo.org # Mask firefox-54 and above as it requires rust -- 2.26.2