summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-07-06 17:46:04 +0000
committerMike Frysinger <vapier@gentoo.org>2006-07-06 17:46:04 +0000
commit59411639ef8d524d7cc3de3420c5dcc1c844e910 (patch)
tree7a937f4afd1911a22235cfce310769f447025a14 /bin/misc-functions.sh
parentClean up getportageversion() profile logic and fix a ValueError that occurs w... (diff)
downloadportage-multirepo-59411639ef8d524d7cc3de3420c5dcc1c844e910.tar.gz
portage-multirepo-59411639ef8d524d7cc3de3420c5dcc1c844e910.tar.bz2
portage-multirepo-59411639ef8d524d7cc3de3420c5dcc1c844e910.zip
remove pointless line that just ruins the display
svn path=/main/trunk/; revision=3800
Diffstat (limited to 'bin/misc-functions.sh')
-rwxr-xr-xbin/misc-functions.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh
index b4cd7304..1212b4db 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