commit: d2893019683d2fb21a2b95aa84ccceb3debc3ec2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sat Mar 21 02:36:08 2020 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sat Mar 21 02:36:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2893019
profiles: mask sys-apps/systemd-boot on musl Bug: https://bugs.gentoo.org/713698 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> 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 4b84427191b..172c3b44219 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 [email protected] # Mask firefox-54 and above as it requires rust
