summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/misc-functions.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh
index 3985a3af3..eafd39fdd 100755
--- a/bin/misc-functions.sh
+++ b/bin/misc-functions.sh
@@ -314,6 +314,13 @@ install_qa_check() {
vecho -ne '\a\n'
abort="yes"
fi
+ if [[ ${abort} == "yes" ]] || ; then
+ echo "Please do not file a Gentoo bug and instead" \
+ "report the above QA issues directly to the upstream" \
+ "developers of this software." | fmt -w 70 | \
+ while read line ; do eqawarn "${line}" ; done
+ eqawarn "Homepage: ${HOMEPAGE}"
+ fi
[[ ${abort} == "yes" ]] && hasq stricter ${FEATURES} && die "poor code kills airplanes"
fi