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 06811138335 for ; Wed, 28 Aug 2019 08:33:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21E0AE0849; Wed, 28 Aug 2019 08:33:08 +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 F064FE0849 for ; Wed, 28 Aug 2019 08:33:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B621834A4C5 for ; Wed, 28 Aug 2019 08:33:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42A504D3 for ; Wed, 28 Aug 2019 08:33:04 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1566980655.a024bd38136b4ffa36205925894ff38d1a9dd057.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/base/package.use.mask X-VCS-Directories: profiles/arch/base/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: a024bd38136b4ffa36205925894ff38d1a9dd057 X-VCS-Branch: master Date: Wed, 28 Aug 2019 08:33:04 +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: 49fafd0b-169c-400d-a3bb-8f095143cb29 X-Archives-Hash: b67dd4f5857e4376e01812c5d7c32211 commit: a024bd38136b4ffa36205925894ff38d1a9dd057 Author: Georgy Yakovlev gentoo org> AuthorDate: Wed Aug 28 07:23:26 2019 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Wed Aug 28 08:24:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a024bd38 profiles/arch/base/package.use.mask: no docs and tools for rust-bin Bug: https://bugs.gentoo.org/660512 Signed-off-by: Georgy Yakovlev gentoo.org> profiles/arch/base/package.use.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index 2215c435345..072dbbd336c 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,12 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Georgy Yakovlev (2019-08-28) +# upstream tarballs for tier-2 arches do not ship docs +# and starting with 1.37 no longer ship extra tools +dev-lang/rust-bin doc +>=dev-lang/rust-bin-1.37 clippy rustfmt + # Craig Andrews (2019-07-03) # Raspberry Pi support is only available on arm. # Mask raspberry-pi USE globally, unmask on arm.