commit: 3676bd601c6944580046747974276367a80e66b2
Author: Rick Farina (Zero_Chaos) <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 8 21:09:49 2014 +0000
Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Sep 8 21:09:49 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/qa-scripts.git;a=commit;h=3676bd60
reword "Missing depend" message.
we are actually checking rdeps here, so fix the message to not confuse.
---
depcheck | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/depcheck b/depcheck
index 64e6074..e521c66 100755
--- a/depcheck
+++ b/depcheck
@@ -164,7 +164,7 @@ check_atom() {
eerror "${obj} links to ${link}"
eindent
- eerror Missing dependency on $(bold
${libowner_pn})
+ eerror Missing RDEPEND on $(bold ${libowner_pn})
eoutdent
errors=1
fi