diff options
author | Jory Pratt <anarchy@gentoo.org> | 2019-04-26 16:46:58 -0500 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2019-04-26 16:47:31 -0500 |
commit | 2f61cea8487de12b1d7362ea6ddeb7b25ab7e625 (patch) | |
tree | 407cc11e480c862e9d7dad1cf74c24f8a8eb14f9 /profiles | |
parent | profiles/package.mask: mask last rited java libs (diff) | |
download | gentoo-2f61cea8487de12b1d7362ea6ddeb7b25ab7e625.tar.gz gentoo-2f61cea8487de12b1d7362ea6ddeb7b25ab7e625.tar.bz2 gentoo-2f61cea8487de12b1d7362ea6ddeb7b25ab7e625.zip |
profile: mask rust-bin on musl profiles
Signed-off-by: Jory Pratt <anarchy@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/features/musl/package.mask | 3 |
1 files changed, 3 insertions, 0 deletions
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 |