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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 40BD2138334 for ; Fri, 26 Apr 2019 21:47:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4CA6AE0887; Fri, 26 Apr 2019 21:47:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 31BA8E0887 for ; Fri, 26 Apr 2019 21:47:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 96F1F3429E3 for ; Fri, 26 Apr 2019 21:47:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 947D3503 for ; Fri, 26 Apr 2019 21:47:42 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1556315251.2f61cea8487de12b1d7362ea6ddeb7b25ab7e625.anarchy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/musl/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/features/musl/package.mask X-VCS-Directories: profiles/features/musl/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 2f61cea8487de12b1d7362ea6ddeb7b25ab7e625 X-VCS-Branch: master Date: Fri, 26 Apr 2019 21:47:42 +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: 5d1ca4e6-4e15-431d-98ad-4814022257c1 X-Archives-Hash: e79146064c78e25e242fc0e61f61be7c commit: 2f61cea8487de12b1d7362ea6ddeb7b25ab7e625 Author: Jory Pratt gentoo org> AuthorDate: Fri Apr 26 21:46:58 2019 +0000 Commit: Jory Pratt gentoo org> CommitDate: Fri Apr 26 21:47:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f61cea8 profile: mask rust-bin on musl profiles Signed-off-by: Jory Pratt gentoo.org> profiles/features/musl/package.mask | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index 94f0187270f..b5947586510 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -20,3 +20,6 @@ dev-libs/elfutils # Mask firefox-54 and above as it requires rust # now, and rust reportedly will not build yet. >=www-client/firefox-54.0 + +# rust-bin requires a glibc system +dev-lang/rust-bin \ No newline at end of file