From d3315ee9492e63426fe60ad30b23aa824f45f625 Mon Sep 17 00:00:00 2001 From: Sam James <sam@gentoo.org> Date: Mon, 25 Apr 2022 19:32:27 +0100 Subject: profiles/arch/s390: mask Rust on s390, and unmask on s390x Bug: https://bugs.gentoo.org/769446 Signed-off-by: Sam James <sam@gentoo.org> --- profiles/arch/s390/package.mask | 7 +++++++ profiles/arch/s390/s390x/package.mask | 7 +++++++ 2 files changed, 14 insertions(+) (limited to 'profiles/arch/s390') diff --git a/profiles/arch/s390/package.mask b/profiles/arch/s390/package.mask index a3155b7509b2..2d5e0b94d5d7 100644 --- a/profiles/arch/s390/package.mask +++ b/profiles/arch/s390/package.mask @@ -1,6 +1,13 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <sam@gentoo.org> (2022-04-25) +# Rust is available for s390x, but not s390. +# bug #769446 +dev-lang/rust +dev-lang/rust-bin +virtual/rust + # Arthur Zamarin <arthurzam@gentoo.org> (2022-03-20) # sys-libs/libunwind doesn't work on s390 sys-libs/libunwind diff --git a/profiles/arch/s390/s390x/package.mask b/profiles/arch/s390/s390x/package.mask index e8b44399b15a..d505474f7618 100644 --- a/profiles/arch/s390/s390x/package.mask +++ b/profiles/arch/s390/s390x/package.mask @@ -1,6 +1,13 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <sam@gentoo.org> (2022-04-25) +# Rust is available for s390x, but not s390. +# bug #769446 +-dev-lang/rust +-dev-lang/rust-bin +-virtual/rust + # Arthur Zamarin <arthurzam@gentoo.org> (2022-03-20) # sys-libs/libunwind works on s390x -sys-libs/libunwind -- cgit v1.2.3-65-gdbad