diff options
-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 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 |