summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-12-16 10:30:32 +0000
committerZac Medico <zmedico@gentoo.org>2009-12-16 10:30:32 +0000
commit0b1f2715e175b225f86f28450e82cb3cbd7a0bf3 (patch)
treed48f849a158eb6daa2d4c22756211d343f41502e /bin/ebuild.sh
parentf343fa37ac4649fa0d0373691316ced8c9c4687d (diff)
downloadportage-0b1f2715e175b225f86f28450e82cb3cbd7a0bf3.tar.gz
portage-0b1f2715e175b225f86f28450e82cb3cbd7a0bf3.tar.bz2
portage-0b1f2715e175b225f86f28450e82cb3cbd7a0bf3.zip
Bug #296710 - Add equery to QA_INTERCEPTORS since it can trigger a fork bomb.
svn path=/main/trunk/; revision=15098
Diffstat (limited to 'bin/ebuild.sh')
-rwxr-xr-xbin/ebuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index 0485cd331..c9b5d50c0 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -1765,7 +1765,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