From: Zac Medico Date: Thu, 17 Dec 2009 03:21:53 +0000 (-0000) Subject: Bug #296710 - Add equery to QA_INTERCEPTORS since it can trigger a fork bomb. X-Git-Tag: v2.1.7.15~4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3fba7806125ae5ad21dd37fb62457b8507af79b7;p=portage.git 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 --- 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