blob: c9f40eeb71f8b413b059c84ceaba4a90fe626d26 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# Copyright 1999-2020 Gentoo Authors.
# Distributed under the terms of the GNU General Public License v2
# Sergei Trofimovich <slyfox@gentoo.org> (2020-03-21)
# Linux debugger needs a port to musl.
app-emulation/dosemu
sys-libs/uclibc-ng
sys-libs/glibc
# We use eudev which is tested on both uclibc and musl
=virtual/libudev-232-r1
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
# now, and rust reportedly will not build yet.
>=www-client/firefox-54.0
# rust-bin requires a glibc system
dev-lang/rust-bin
# Mikle Kolyada <zlogene@gentoo.org> (2020-03-20)
# No source builds for musl
app-emulation/firecracker
|