summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-12-17 03:21:53 +0000
committerZac Medico <zmedico@gentoo.org>2009-12-17 03:21:53 +0000
commit3fba7806125ae5ad21dd37fb62457b8507af79b7 (patch)
treeaae586058367974782c7b7b03f39c28cd34c0570 /bin
parent175cf296ebcf88a235737198c8362de3701ae52c (diff)
downloadportage-3fba7806125ae5ad21dd37fb62457b8507af79b7.tar.gz
portage-3fba7806125ae5ad21dd37fb62457b8507af79b7.tar.bz2
portage-3fba7806125ae5ad21dd37fb62457b8507af79b7.zip
Bug #296710 - Add equery to QA_INTERCEPTORS since it can trigger a fork bomb.
(trunk r15098) svn path=/main/branches/2.1.7/; revision=15103
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ebuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index 9ae2eecbc..a72ace8ea 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -1771,7 +1771,7 @@ unset E_IUSE E_DEPEND E_RDEPEND E_PDEPEND
shopt -u extglob
if [[ ${EBUILD_PHASE} == depend ]] ; then
- QA_INTERCEPTORS="awk bash cc egrep fgrep g++
+ QA_INTERCEPTORS="awk bash cc egrep equery fgrep g++
gawk gcc grep javac java-config nawk perl
pkg-config python python-config sed"
elif [[ ${EBUILD_PHASE} == clean* ]] ; then