commit:     e88f209f5a7e1f634bbe1722d0260bb495d8c845
Author:     Rick Farina (Zero_Chaos) <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  5 19:03:12 2014 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> 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
 

Reply via email to