diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-07-06 17:46:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-07-06 17:46:04 +0000 |
commit | 59411639ef8d524d7cc3de3420c5dcc1c844e910 (patch) | |
tree | 7a937f4afd1911a22235cfce310769f447025a14 | |
parent | 46f48080571b71a267edfb892b78cf42de74ea91 (diff) | |
download | portage-59411639ef8d524d7cc3de3420c5dcc1c844e910.tar.gz portage-59411639ef8d524d7cc3de3420c5dcc1c844e910.tar.bz2 portage-59411639ef8d524d7cc3de3420c5dcc1c844e910.zip |
remove pointless line that just ruins the display
svn path=/main/trunk/; revision=3800
-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 |