diff options
author | Sam James <sam@gentoo.org> | 2022-04-25 19:32:27 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-25 19:32:38 +0100 |
commit | d3315ee9492e63426fe60ad30b23aa824f45f625 (patch) | |
tree | 413ea00a535f9c9e637cc75e9b5bacb452bbb64c /profiles/arch/s390 | |
parent | dev-lang/rust-bin: keyword 1.60.0 for ~s390 (diff) | |
download | gentoo-d3315ee9492e63426fe60ad30b23aa824f45f625.tar.gz gentoo-d3315ee9492e63426fe60ad30b23aa824f45f625.tar.bz2 gentoo-d3315ee9492e63426fe60ad30b23aa824f45f625.zip |
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>
Diffstat (limited to 'profiles/arch/s390')
-rw-r--r-- | profiles/arch/s390/package.mask | 7 | ||||
-rw-r--r-- | profiles/arch/s390/s390x/package.mask | 7 |
2 files changed, 14 insertions, 0 deletions
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 |