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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BEF07158090 for ; Mon, 2 May 2022 00:23:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4EF1E085A; Mon, 2 May 2022 00:23:06 +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 4D6CEE085A for ; Mon, 2 May 2022 00:23:06 +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 181BF34112B for ; Mon, 2 May 2022 00:23:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 431B8105 for ; Mon, 2 May 2022 00:23:03 +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: <1651450978.c8a7dd77efa323bc814066b39164cea359bdd547.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/s390/s390x/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/s390/s390x/use.mask X-VCS-Directories: profiles/arch/s390/s390x/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c8a7dd77efa323bc814066b39164cea359bdd547 X-VCS-Branch: master Date: Mon, 2 May 2022 00:23:03 +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: 682a64a7-ae99-43c7-8095-ce99bd832777 X-Archives-Hash: 3949fe6c789ad662dd2c34fb93cfd21e commit: c8a7dd77efa323bc814066b39164cea359bdd547 Author: Sam James gentoo org> AuthorDate: Mon May 2 00:22:26 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 2 00:22:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8a7dd77 profiles/arch/s390/s390x: unmask USE=rust Signed-off-by: Sam James gentoo.org> profiles/arch/s390/s390x/use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/s390/s390x/use.mask b/profiles/arch/s390/s390x/use.mask index a69bcf61915d..fe2cac38c232 100644 --- a/profiles/arch/s390/s390x/use.mask +++ b/profiles/arch/s390/s390x/use.mask @@ -2,6 +2,10 @@ abi_s390_32 -abi_s390_64 +# Sam James (2022-05-02) +# Rust is available for s390x (but not s390) +-rust + # sys-libs/libunwind is keyworded on s390x -unwind -libunwind