diff options
author | Zac Medico <zmedico@gentoo.org> | 2009-12-16 10:30:32 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2009-12-16 10:30:32 +0000 |
commit | 0b1f2715e175b225f86f28450e82cb3cbd7a0bf3 (patch) | |
tree | d48f849a158eb6daa2d4c22756211d343f41502e /bin/ebuild.sh | |
parent | Warn if /proc is not mounted. (diff) | |
download | portage-multirepo-0b1f2715e175b225f86f28450e82cb3cbd7a0bf3.tar.gz portage-multirepo-0b1f2715e175b225f86f28450e82cb3cbd7a0bf3.tar.bz2 portage-multirepo-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-x | bin/ebuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 0485cd33..c9b5d50c 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 |