aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-07-08 10:22:46 -0700
committerZac Medico <zmedico@gentoo.org>2011-07-08 10:22:46 -0700
commit039439c2cc1546701cbb7403ea387581f08d5be0 (patch)
tree7fdefba0ee031e71a2c1d1d65a79a4087cd45d30 /bin/isolated-functions.sh
parentRemove all hasq/useq calls for bug #199722. (diff)
downloadportage-039439c2cc1546701cbb7403ea387581f08d5be0.tar.gz
portage-039439c2cc1546701cbb7403ea387581f08d5be0.tar.bz2
portage-039439c2cc1546701cbb7403ea387581f08d5be0.zip
Add QA Notice for hasq/useq calls (bug #199722).
Diffstat (limited to 'bin/isolated-functions.sh')
-rw-r--r--bin/isolated-functions.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh
index 5fbdd01d8..9d633973b 100644
--- a/bin/isolated-functions.sh
+++ b/bin/isolated-functions.sh
@@ -512,6 +512,7 @@ if [[ -z ${XARGS} ]] ; then
fi
hasq() {
+ eqawarn "QA Notice: The 'hasq' function is deprecated (replaced by 'has')"
has "$@"
}