aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina (Zero_Chaos) <zerochaos@gentoo.org>2014-09-05 15:03:12 -0400
committerRick Farina (Zero_Chaos) <zerochaos@gentoo.org>2014-09-05 15:03:12 -0400
commite88f209f5a7e1f634bbe1722d0260bb495d8c845 (patch)
tree6ccb57cab2a4cf711bd72de1317a9d1d07d9a4b9 /depcheck
parentUpdate index page to use Tyrian, remove local resources. (diff)
downloadqa-scripts-e88f209f5a7e1f634bbe1722d0260bb495d8c845.tar.gz
qa-scripts-e88f209f5a7e1f634bbe1722d0260bb495d8c845.tar.bz2
qa-scripts-e88f209f5a7e1f634bbe1722d0260bb495d8c845.zip
make unpackaged missing dep a bit prettier
Diffstat (limited to 'depcheck')
-rwxr-xr-xdepcheck2
1 files changed, 1 insertions, 1 deletions
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