From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 937B5138A2F for ; Thu, 28 Aug 2014 18:12:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04ACAE08C9; Thu, 28 Aug 2014 18:12:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 900F7E08C9 for ; Thu, 28 Aug 2014 18:12:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B7B12340084 for ; Thu, 28 Aug 2014 18:12:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FC2241C4 for ; Thu, 28 Aug 2014 18:12:48 +0000 (UTC) From: "Richard Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" Message-ID: <1409249484.d42fd5d52857b10afaf0abc4a9a0f5fff20dde04.zerochaos@gentoo> Subject: [gentoo-commits] proj/qa-scripts:master commit in: / X-VCS-Repository: proj/qa-scripts X-VCS-Files: depcheck X-VCS-Directories: / X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: d42fd5d52857b10afaf0abc4a9a0f5fff20dde04 X-VCS-Branch: master Date: Thu, 28 Aug 2014 18:12:48 +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: b4f6a4c6-b010-43c9-9f44-345c43e3bfb7 X-Archives-Hash: 1388eefff7372d3e1791b5bf575037ef commit: d42fd5d52857b10afaf0abc4a9a0f5fff20dde04 Author: Rick Farina (Zero_Chaos) gentoo org> AuthorDate: Thu Aug 28 18:11:24 2014 +0000 Commit: Richard Farina gentoo org> CommitDate: Thu Aug 28 18:11:24 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/qa-scripts.git;a=commit;h=d42fd5d5 cleanup logic from b90b4fb30b9f9b0b37c8804d770dcc4 --- depcheck | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/depcheck b/depcheck index 87fdacb..3e881c4 100755 --- a/depcheck +++ b/depcheck @@ -200,9 +200,11 @@ check_atom() { ewarn "Suspect RDEPEND: $(bold ${suspect_rdepends})" fi - if [ -n "${CAT}" ]; then + if [ -z "${INSIDE_PORTAGE}" ]; then eoutdent - echo + if [ -n "${CAT}" ]; then + echo + fi fi return $errors