+2007-03-13 Paul Varner <fuzzyray@gentoo.org>
+ * revdep-rebuild: Fix bug with --package-names option not rebuilding
+ packages (Bug #169761)
+
2007-03-10 Paul Varner <fuzzyray@gentoo.org>
* equery: Add --depth option to equery depgraph to limit the depth of
the dependency graph. (Bug #115807)
done
ln -f $LLIST.4_ebuilds $LLIST.5_order
else
- (EMERGE_DEFAULT_OPTS="" emerge --nospinner --pretend --oneshot --deep --quiet $RAW_REBUILD_LIST ; echo $? >$LLIST.5b_status ) | sed -n 's/ //g;s/^.*\]//p' | grep "$REBUILD_GREP" >$LLIST.5_order
+ (EMERGE_DEFAULT_OPTS="" emerge --nospinner --pretend --oneshot --deep --quiet $RAW_REBUILD_LIST ; echo $? >$LLIST.5b_status ) | sed -n 's/ *$//;s/^\[.*\] //p' | awk '{print $1}' | grep "$REBUILD_GREP" >$LLIST.5_order
if [ $(cat $LLIST.5b_status) -gt 0 ] ; then
echo ""
echo -e "${RD}Warning: Failed to resolve package order."