projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f343fa3
)
Bug #296710 - Add equery to QA_INTERCEPTORS since it can trigger a fork bomb.
author
Zac Medico
<zmedico@gentoo.org>
Wed, 16 Dec 2009 10:30:32 +0000
(10:30 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 16 Dec 2009 10:30:32 +0000
(10:30 -0000)
svn path=/main/trunk/; revision=15098
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index 0485cd33112fa652459c57f193d6ee918f2a150d..c9b5d50c05b7531106de115a3f56ecaf46c025b1 100755
(executable)
--- 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