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 64EB01382C5 for ; Mon, 25 May 2020 18:25:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49FA0E0806; Mon, 25 May 2020 18:25:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 31E55E0806 for ; Mon, 25 May 2020 18:25: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 CA13834EFAD for ; Mon, 25 May 2020 18:25:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7D9D21E for ; Mon, 25 May 2020 18:25:42 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1590431138.c683b6e428600a528aef425518b7c7e9b78158cd.grobian@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: / X-VCS-Repository: proj/portage-utils X-VCS-Files: qmerge.c X-VCS-Directories: / X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: c683b6e428600a528aef425518b7c7e9b78158cd X-VCS-Branch: master Date: Mon, 25 May 2020 18:25: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: eb01bc21-a408-4767-8f7b-169a21b6d439 X-Archives-Hash: ba7ff1c2c5792985a8aa923a9f3ee9b1 commit: c683b6e428600a528aef425518b7c7e9b78158cd Author: Fabian Groffen gentoo org> AuthorDate: Mon May 25 18:25:38 2020 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Mon May 25 18:25:38 2020 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=c683b6e4 qmerge: kill whitespace Signed-off-by: Fabian Groffen gentoo.org> qmerge.c | 1 - 1 file changed, 1 deletion(-) diff --git a/qmerge.c b/qmerge.c index f330a00..7d801b4 100644 --- a/qmerge.c +++ b/qmerge.c @@ -1852,7 +1852,6 @@ grab_binpkg_info(depend_atom *atom) return NULL; } - tpkg = tree_match_atom(tree, atom, TREE_MATCH_FIRST | TREE_MATCH_VIRTUAL | TREE_MATCH_METADATA); if (tpkg != NULL) {