Skip to content

Commit 6620661

Browse files
committed
check-revdep: Use pkgcore's patom instead of qatom
Signed-off-by: Michał Górny <[email protected]>
1 parent 253caad commit 6620661

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Package maintenance helpers
6060

6161
check-revdep
6262
------------
63-
Dependecies: pkgcore, portage-utils
63+
Dependecies: pkgcore
6464

6565
Runs a visibility (dependency) check for all reverse dependencies
6666
of the specified packages (or the current package, if none specified).

check-revdep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ if [ ${#} -eq 0 ]; then
66
fi
77

88
rdep "${@}" | grep -v '^\[B' |
9-
xargs qatom -C -F '%{CATEGORY}/%{PN}' 2>/dev/null |
9+
xargs patom -F '%{category}/%{package}' 2>/dev/null |
1010
sort -u |
1111
xargs pkgcheck scan -c VisibilityCheck --exit error nonexist/nonexist

0 commit comments

Comments
 (0)