touchup TEXTREL warning some more #115727
authorMike Frysinger <vapier@gentoo.org>
Sat, 17 Dec 2005 00:48:46 +0000 (00:48 -0000)
committerMike Frysinger <vapier@gentoo.org>
Sat, 17 Dec 2005 00:48:46 +0000 (00:48 -0000)
svn path=/main/trunk/; revision=2378

bin/ebuild.sh

index 4e4d75e2f4a104a46601249cc43d2ec7d86aa732..2204bf54b53bda16e169eacf9e1871f20aef7af8 100755 (executable)
@@ -1079,11 +1079,9 @@ dyn_install() {
                        echo -ne '\a\n'
                        echo "QA Notice: the following files contain runtime text relocations"
                        echo " Text relocations force the dynamic linker to perform extra"
-                       echo " work at startup, wastes system resources, and may pose a security"
-                       echo " risk.  On some architectures, the code may not ever function"
-                       echo " properly, if at all.  If you are a programmer please consider"
-                       echo " taking a closer look at this package and writing a patch to"
-                       echo " address this problem."
+                       echo " work at startup, waste system resources, and may pose a security"
+                       echo " risk.  On some architectures, the code may not even function"
+                       echo " properly, if at all."
                        echo "${f}"
                        echo -ne '\a\n'
                        qa_kinda_sucks=1