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 163DD138334 for ; Thu, 18 Oct 2018 09:05:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F28BE090E; Thu, 18 Oct 2018 09:05:32 +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 E2212E090E for ; Thu, 18 Oct 2018 09:05:31 +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 B9E3C335D04 for ; Thu, 18 Oct 2018 09:05:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4A24443 for ; Thu, 18 Oct 2018 09:05:28 +0000 (UTC) From: "Dirkjan Ochtman" 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" Message-ID: <1539853514.b80a65d1896524f4abb0d98d52264ba037598047.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: b80a65d1896524f4abb0d98d52264ba037598047 X-VCS-Branch: master Date: Thu, 18 Oct 2018 09:05:28 +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-Archives-Salt: bfa34099-467c-4f98-9165-652829b4d90e X-Archives-Hash: f5b88a5c24107312c1c8031e122fe394 commit: b80a65d1896524f4abb0d98d52264ba037598047 Author: Dirkjan Ochtman gentoo org> AuthorDate: Thu Oct 18 09:04:09 2018 +0000 Commit: Dirkjan Ochtman gentoo org> CommitDate: Thu Oct 18 09:05:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b80a65d1 profiles: allow clippy for new dev-lang/rust Signed-off-by: Dirkjan Ochtman gentoo.org> profiles/base/package.use.mask | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index e8bc2da522e..7592c0b9ec7 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -22,7 +22,7 @@ app-misc/tracker firefox-bookmarks # Dirkjan Ochtman (29 Sep 2018) # Clippy is broken for now, can't find libraries (bug 667286) -dev-lang/rust clippy + (26 Sep 2018)