We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 253caad commit 6620661Copy full SHA for 6620661
README.rst
@@ -60,7 +60,7 @@ Package maintenance helpers
60
61
check-revdep
62
------------
63
-Dependecies: pkgcore, portage-utils
+Dependecies: pkgcore
64
65
Runs a visibility (dependency) check for all reverse dependencies
66
of the specified packages (or the current package, if none specified).
check-revdep
@@ -6,6 +6,6 @@ if [ ${#} -eq 0 ]; then
6
fi
7
8
rdep "${@}" | grep -v '^\[B' |
9
- xargs qatom -C -F '%{CATEGORY}/%{PN}' 2>/dev/null |
+ xargs patom -F '%{category}/%{package}' 2>/dev/null |
10
sort -u |
11
xargs pkgcheck scan -c VisibilityCheck --exit error nonexist/nonexist
0 commit comments