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 A5AEE13877A for ; Fri, 5 Sep 2014 19:02:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0955E0A49; Fri, 5 Sep 2014 19:02:54 +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 686D8E0A49 for ; Fri, 5 Sep 2014 19:02:54 +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 4530133F7F8 for ; Fri, 5 Sep 2014 19:02:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 010BE4CC3 for ; Fri, 5 Sep 2014 19:02:52 +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: <1409943792.e88f209f5a7e1f634bbe1722d0260bb495d8c845.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: e88f209f5a7e1f634bbe1722d0260bb495d8c845 X-VCS-Branch: master Date: Fri, 5 Sep 2014 19:02:52 +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: 6b6b9c3f-c55b-45de-b5d5-430414f674d6 X-Archives-Hash: b76d6312d7c2fa2f0fb6302099798055 commit: e88f209f5a7e1f634bbe1722d0260bb495d8c845 Author: Rick Farina (Zero_Chaos) gentoo org> AuthorDate: Fri Sep 5 19:03:12 2014 +0000 Commit: Richard Farina gentoo org> CommitDate: Fri Sep 5 19:03:12 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/qa-scripts.git;a=commit;h=e88f209f make unpackaged missing dep a bit prettier --- depcheck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/depcheck b/depcheck index 3e881c4..64e6074 100755 --- a/depcheck +++ b/depcheck @@ -118,7 +118,7 @@ check_atom() { local libowner=`qfile -vqC ${link} | uniq` if [ ! "${libowner}" ]; then - ewarn "No package claims ${link} (${obj})" + ewarn "Warning: installed file ${obj} is linked to ${link} which is not owned by any installed atom." continue fi