From 2f61cea8487de12b1d7362ea6ddeb7b25ab7e625 Mon Sep 17 00:00:00 2001 From: Jory Pratt Date: Fri, 26 Apr 2019 16:46:58 -0500 Subject: profile: mask rust-bin on musl profiles Signed-off-by: Jory Pratt --- profiles/features/musl/package.mask | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index 94f0187270fa..b59475865100 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -20,3 +20,6 @@ dev-libs/elfutils # 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 \ No newline at end of file -- cgit v1.2.3-65-gdbad