summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-01-10 04:22:27 +0000
committerZac Medico <zmedico@gentoo.org>2007-01-10 04:22:27 +0000
commitc53f52941c88b24c20204f1795dc02f595ee3a57 (patch)
treeea728689d7e18677337067eeb062f09294070af4 /bin/preplib
parentAdd elog related variables to make.conf(5) with a pointer to make.conf.exampl... (diff)
downloadportage-multirepo-c53f52941c88b24c20204f1795dc02f595ee3a57.tar.gz
portage-multirepo-c53f52941c88b24c20204f1795dc02f595ee3a57.tar.bz2
portage-multirepo-c53f52941c88b24c20204f1795dc02f595ee3a57.zip
For bug #160075, send all 'QA Notice' messages to eqawarn. Also, modify eqawarn to use vecho and send ouput to stderr.
svn path=/main/trunk/; revision=5507
Diffstat (limited to 'bin/preplib')
-rwxr-xr-xbin/preplib2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/preplib b/bin/preplib
index c7f45079..71446316 100755
--- a/bin/preplib
+++ b/bin/preplib
@@ -5,7 +5,7 @@
source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh
-vecho "QA Notice: Please stop using me, fix your package instead" 1>&2
+eqawarn "QA Notice: Deprecated call to 'preplib'"
LIBDIR_VAR="LIBDIR_${ABI}"
if [ -n "${ABI}" -a -n "${!LIBDIR_VAR}" ]; then