From: Zac Medico Date: Wed, 16 Dec 2009 10:30:32 +0000 (-0000) Subject: Bug #296710 - Add equery to QA_INTERCEPTORS since it can trigger a fork bomb. X-Git-Tag: v2.2_rc60~4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0b1f2715e175b225f86f28450e82cb3cbd7a0bf3;p=portage.git Bug #296710 - Add equery to QA_INTERCEPTORS since it can trigger a fork bomb. svn path=/main/trunk/; revision=15098 --- 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