summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-12-17 00:48:46 +0000
committerMike Frysinger <vapier@gentoo.org>2005-12-17 00:48:46 +0000
commitded9ff12901bc03a3c118c115ab882bf11802334 (patch)
treea5f5c7b664b0c8da57b63401edadf06d54bd745d /bin
parentffe56e94ee10ca2e41f0ae1870fce1bd7a425e1c (diff)
downloadportage-ded9ff12901bc03a3c118c115ab882bf11802334.tar.gz
portage-ded9ff12901bc03a3c118c115ab882bf11802334.tar.bz2
portage-ded9ff12901bc03a3c118c115ab882bf11802334.zip
touchup TEXTREL warning some more #115727
svn path=/main/trunk/; revision=2378
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ebuild.sh8
1 files changed, 3 insertions, 5 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index 4e4d75e2f..2204bf54b 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -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