summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2022-01-18 06:05:26 +0800
committerAndreas Sturmlechner <asturm@gentoo.org>2023-05-25 22:36:20 +0200
commitb105809b72ccced81b0653a13285592939b71e28 (patch)
treed78dd801b539ed8490ac9d68980ad7ce277031a5
parent0d678ed7e6ff95c72381a87e1076e5c6be86a415 (diff)
downloadkde-b105809b72ccced81b0653a13285592939b71e28.tar.gz
kde-b105809b72ccced81b0653a13285592939b71e28.tar.bz2
kde-b105809b72ccced81b0653a13285592939b71e28.zip
dynlink-scanner: drop the obsolete '-e' option of qfile
Signed-off-by: Yixun Lan <dlan@gentoo.org> Closes: https://github.com/gentoo/kde/pull/916 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rwxr-xr-xDocumentation/maintainers/dynlink-scanner2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/maintainers/dynlink-scanner b/Documentation/maintainers/dynlink-scanner
index 017f929bcbb..a95235c1ee0 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