diff options
author | James Le Cuirot <chewi@gentoo.org> | 2021-08-20 22:29:33 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2021-08-21 23:09:20 +0100 |
commit | 16abb154bca7c24dee8b8182a789f5c87d40f265 (patch) | |
tree | ef7d3309b659d96dcbac5734b683f35ddeaeb171 /profiles | |
parent | profiles: Mask qt5 USE flag on m68k (diff) | |
download | gentoo-16abb154bca7c24dee8b8182a789f5c87d40f265.tar.gz gentoo-16abb154bca7c24dee8b8182a789f5c87d40f265.tar.bz2 gentoo-16abb154bca7c24dee8b8182a789f5c87d40f265.zip |
profiles: Mask rust USE flag on m68k
There is a community effort to bring Rust to m68k but it's not ready
yet.
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/m68k/use.mask | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/arch/m68k/use.mask b/profiles/arch/m68k/use.mask index ef09cc866367..2b2f55218cb9 100644 --- a/profiles/arch/m68k/use.mask +++ b/profiles/arch/m68k/use.mask @@ -5,6 +5,10 @@ -m68k # James Le Cuirot <chewi@gentoo.org> (2021-08-20) +# There is a community effort to bring Rust to m68k but it's not ready yet. +rust + +# James Le Cuirot <chewi@gentoo.org> (2021-08-20) # Qt is not keyworded or tested. qt5 |