From: Jory Pratt Date: Fri, 26 Apr 2019 21:46:58 +0000 (-0500) Subject: profile: mask rust-bin on musl profiles X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2f61cea8487de12b1d7362ea6ddeb7b25ab7e625;p=gentoo.git profile: mask rust-bin on musl profiles Signed-off-by: Jory Pratt --- 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