From: Mike Frysinger Date: Fri, 6 Jan 2006 00:48:56 +0000 (-0000) Subject: touchup output slightly X-Git-Tag: v2.1_pre4~51 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5ae8672880eb9672c4f3f8d44b0592b44543da77;p=portage.git touchup output slightly svn path=/main/trunk/; revision=2538 --- diff --git a/bin/prepall b/bin/prepall index 2d0472b66..b1dee558e 100755 --- a/bin/prepall +++ b/bin/prepall @@ -72,6 +72,7 @@ for d in "${D}"lib* "${D}"usr/lib* ; do if [[ -n ${f} ]] ; then echo -e "\n\aQA Notice: the following shared libraries lack a SONAME\a" echo "${f}" + echo sleep 1 fi @@ -79,6 +80,7 @@ for d in "${D}"lib* "${D}"usr/lib* ; do if [[ -n ${f} ]] ; then echo -e "\n\aQA Notice: the following shared libraries lack NEEDED entries\a" echo "${f}" + echo sleep 1 fi done