From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1049394-garchives=archives.gentoo.org@lists.gentoo.org>
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 1DC2E138334
	for <garchives@archives.gentoo.org>; Sat, 29 Sep 2018 18:42:37 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D983CE087F;
	Sat, 29 Sep 2018 18:42:35 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(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 B645FE087F
	for <gentoo-commits@lists.gentoo.org>; Sat, 29 Sep 2018 18:42:35 +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 5B5A9335CF2
	for <gentoo-commits@lists.gentoo.org>; Sat, 29 Sep 2018 18:42:33 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 3BB043D7
	for <gentoo-commits@lists.gentoo.org>; Sat, 29 Sep 2018 18:42:31 +0000 (UTC)
From: "Dirkjan Ochtman" <djc@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Dirkjan Ochtman" <djc@gentoo.org>
Message-ID: <1538246542.c4352e21e506526e50718a675396f870fa9e123f.djc@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm64/
X-VCS-Repository: repo/gentoo
X-VCS-Files: profiles/arch/arm64/package.use.mask
X-VCS-Directories: profiles/arch/arm64/
X-VCS-Committer: djc
X-VCS-Committer-Name: Dirkjan Ochtman
X-VCS-Revision: c4352e21e506526e50718a675396f870fa9e123f
X-VCS-Branch: master
Date: Sat, 29 Sep 2018 18:42:31 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: d0d64faa-7ffc-4568-a11a-a26876a8b2a0
X-Archives-Hash: d53c8af98ffd8fd0aecf3035d7903ca1

commit:     c4352e21e506526e50718a675396f870fa9e123f
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 29 18:41:43 2018 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Sat Sep 29 18:42:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4352e21

profiles: mask rust-bin[doc] on arm64, too

Bug: https://bugs.gentoo.org/660512

Signed-off-by: Dirkjan Ochtman <djc <AT> gentoo.org>

 profiles/arch/arm64/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask
index 95cc57c20c5..800fe51e91a 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -5,6 +5,7 @@
 # Upstream doesn't build docs for tier 2 and lower architectures.
 # Bug #660512.
 dev-lang/rust doc
+dev-lang/rust-bin doc
 
 # Michał Górny <mgorny@gentoo.org> (20 Sep 2018)
 # dev-libs/libpfm not keyworded here (and unclear if it supports ARM64).