From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1049347-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 5D430138334 for <garchives@archives.gentoo.org>; Sat, 29 Sep 2018 13:22:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56196E097E; Sat, 29 Sep 2018 13:22:36 +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 31559E097E for <gentoo-commits@lists.gentoo.org>; Sat, 29 Sep 2018 13:22:36 +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 CD794335D00 for <gentoo-commits@lists.gentoo.org>; Sat, 29 Sep 2018 13:22:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FE0742D for <gentoo-commits@lists.gentoo.org>; Sat, 29 Sep 2018 13:22: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: <1538227332.df4c8351cc7f06f994653ed9035d77d0dcb48cc3.djc@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.mask X-VCS-Directories: profiles/base/ X-VCS-Committer: djc X-VCS-Committer-Name: Dirkjan Ochtman X-VCS-Revision: df4c8351cc7f06f994653ed9035d77d0dcb48cc3 X-VCS-Branch: master Date: Sat, 29 Sep 2018 13:22: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: 46263ee9-4128-4742-a805-ef6cf9b67080 X-Archives-Hash: 9ded482c672c14a47c3cd7230a785f98 commit: df4c8351cc7f06f994653ed9035d77d0dcb48cc3 Author: Dirkjan Ochtman <djc <AT> gentoo <DOT> org> AuthorDate: Sat Sep 29 13:17:08 2018 +0000 Commit: Dirkjan Ochtman <djc <AT> gentoo <DOT> org> CommitDate: Sat Sep 29 13:22:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df4c8351 profiles: mask rust{,-bin} clippy flag Bug: https://bugs.gentoo.org/667286 Signed-off-by: Dirkjan Ochtman <djc <AT> gentoo.org> profiles/base/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 911da73221c..7ebcd86cfe0 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -7,6 +7,11 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Dirkjan Ochtman <djc@gentoo.org> (29 Sep 2018) +# Clippy is broken for now, can't find libraries (bug 667286) +dev-lang/rust clippy +dev-lang/rust-bin clippy + # Virgil Dupras <vdupras@gentoo.org> (26 Sep 2018) # Server feature in paramiko is patched out for security reasons. It can # be re-enabled with the 'server' USE flag, but this flag is hard