commit: b105809b72ccced81b0653a13285592939b71e28 Author: Yixun Lan <dlan <AT> gentoo <DOT> org> AuthorDate: Mon Jan 17 22:05:26 2022 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu May 25 20:36:20 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b105809b
dynlink-scanner: drop the obsolete '-e' option of qfile Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> Closes: https://github.com/gentoo/kde/pull/916 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> Documentation/maintainers/dynlink-scanner | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/maintainers/dynlink-scanner b/Documentation/maintainers/dynlink-scanner index 017f929bcb..a95235c1ee 100755 --- a/Documentation/maintainers/dynlink-scanner +++ b/Documentation/maintainers/dynlink-scanner @@ -48,7 +48,7 @@ for cpv in `portageq match $ROOT/ $1`; do # For each file that belongs to package # run dynlink-scanner --linking-deps <file> to obtain its linking dependencies # Assign all linking deps to packages and print package names - qfile -eR $ROOT `portageq contents $ROOT/ $cpv | xargs -r -L 1 "$0" --linking-deps` | cut -f1 -d' ' | sort -u + qfile -R $ROOT `portageq contents $ROOT/ $cpv | xargs -r -L 1 "$0" --linking-deps` | cut -f1 -d' ' | sort -u done # Cleanup
