--- revdep-rebuild 2007-07-09 14:27:44.000000000 +0000 +++ revdep-rebuild.new 2007-07-09 14:27:15.000000000 +0000 @@ -204,6 +204,10 @@ shift done # Check if various utils are allowed and installed + # Don't use equery until portage 2.1.3 is stable + # Portage 2.1.2 doesn't write all errors to stderr and this + # causes equery output to be potentially hosed + EQUERY=1 if [[ $avoid_utils != *portage-utils* ]] && hash q 2> /dev/null; then PORTAGE_UTILS=1 elif [[ $avoid_utils != *pkgcore* ]] && hash pquery 2> /dev/null; then