From 3fba7806125ae5ad21dd37fb62457b8507af79b7 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 17 Dec 2009 03:21:53 +0000 Subject: 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 --- bin/ebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.3-1-g7c22