From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B8CC415808E for ; Mon, 25 Apr 2022 18:32:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A12CE07E0; Mon, 25 Apr 2022 18:32:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 472DEE07EE for ; Mon, 25 Apr 2022 18:32:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D00CF3419B5 for ; Mon, 25 Apr 2022 18:32:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BB933F1 for ; Mon, 25 Apr 2022 18:32:46 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1650911558.d3315ee9492e63426fe60ad30b23aa824f45f625.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/s390/s390x/, profiles/arch/s390/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/s390/package.mask profiles/arch/s390/s390x/package.mask X-VCS-Directories: profiles/arch/s390/s390x/ profiles/arch/s390/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d3315ee9492e63426fe60ad30b23aa824f45f625 X-VCS-Branch: master Date: Mon, 25 Apr 2022 18:32:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1a44d1bf-4704-4d0a-a510-864a342f3df6 X-Archives-Hash: b3db2b2ad0506cf0fa9eab56f7a667bf commit: d3315ee9492e63426fe60ad30b23aa824f45f625 Author: Sam James gentoo org> AuthorDate: Mon Apr 25 18:32:27 2022 +0000 Commit: Sam James gentoo 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 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 (2022-04-25) +# Rust is available for s390x, but not s390. +# bug #769446 +dev-lang/rust +dev-lang/rust-bin +virtual/rust + # Arthur Zamarin (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 (2022-04-25) +# Rust is available for s390x, but not s390. +# bug #769446 +-dev-lang/rust +-dev-lang/rust-bin +-virtual/rust + # Arthur Zamarin (2022-03-20) # sys-libs/libunwind works on s390x -sys-libs/libunwind