diff options
author | Mike Gilbert <floppym@gentoo.org> | 2020-03-20 22:36:08 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-03-20 22:36:32 -0400 |
commit | d2893019683d2fb21a2b95aa84ccceb3debc3ec2 (patch) | |
tree | 15e1619bc5db52d17b6dabae43cbe5e3b4fcbae3 /profiles/features | |
parent | dev-python/humanize: remove old (diff) | |
download | gentoo-d2893019683d2fb21a2b95aa84ccceb3debc3ec2.tar.gz gentoo-d2893019683d2fb21a2b95aa84ccceb3debc3ec2.tar.bz2 gentoo-d2893019683d2fb21a2b95aa84ccceb3debc3ec2.zip |
profiles: mask sys-apps/systemd-boot on musl
Bug: https://bugs.gentoo.org/713698
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'profiles/features')
-rw-r--r-- | profiles/features/musl/package.mask | 5 |
1 files changed, 4 insertions, 1 deletions
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 |