commit:     d3315ee9492e63426fe60ad30b23aa824f45f625
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 25 18:32:27 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 25 18:32:38 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3315ee9

profiles/arch/s390: mask Rust on s390, and unmask on s390x

Bug: https://bugs.gentoo.org/769446
Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/arch/s390/package.mask       | 7 +++++++
 profiles/arch/s390/s390x/package.mask | 7 +++++++
 2 files changed, 14 insertions(+)

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 <s...@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 <arthur...@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 <s...@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 <arthur...@gentoo.org> (2022-03-20)
 # sys-libs/libunwind works on s390x
 -sys-libs/libunwind

Reply via email to