Gentoo Archives: gentoo-commits

From: Richard Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qa-scripts:master commit in: /
Date: Fri, 05 Sep 2014 19:02:56
Message-Id: 1409943792.e88f209f5a7e1f634bbe1722d0260bb495d8c845.zerochaos@gentoo
1 commit: e88f209f5a7e1f634bbe1722d0260bb495d8c845
2 Author: Rick Farina (Zero_Chaos) <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 5 19:03:12 2014 +0000
4 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 5 19:03:12 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/qa-scripts.git;a=commit;h=e88f209f
7
8 make unpackaged missing dep a bit prettier
9
10 ---
11 depcheck | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/depcheck b/depcheck
15 index 3e881c4..64e6074 100755
16 --- a/depcheck
17 +++ b/depcheck
18 @@ -118,7 +118,7 @@ check_atom() {
19 local libowner=`qfile -vqC ${link} | uniq`
20
21 if [ ! "${libowner}" ]; then
22 - ewarn "No package claims ${link} (${obj})"
23 + ewarn "Warning: installed file ${obj} is linked to ${link} which is not owned by any installed atom."
24 continue
25 fi