diff options
-rwxr-xr-x | bin/misc-functions.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index b4cd73040..1212b4db3 100755 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -62,7 +62,6 @@ install_qa_check() { vecho "QA Notice: the following files contain insecure RUNPATH's" vecho " Please file a bug about this at http://bugs.gentoo.org/" vecho " with the maintaining herd of the package." - vecho " Summary: $CATEGORY/$PN: insecure RPATH ${f}" vecho "${f}" vecho -ne '\a\n' if has stricter ${FEATURES} && ! has stricter ${RESTRICT}; then |