Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 169761
Collapse All | Expand All

(-)revdep-rebuild.orig (-1 / +1 lines)
Lines 627-633 Link Here
627
			done
627
			done
628
			ln -f $LLIST.4_ebuilds $LLIST.5_order
628
			ln -f $LLIST.4_ebuilds $LLIST.5_order
629
		else
629
		else
630
			(EMERGE_DEFAULT_OPTS="" emerge --nospinner --pretend --oneshot --emptytree --quiet $RAW_REBUILD_LIST ; echo $? >$LLIST.5b_status ) | sed -n 's/ //g;s/^.*\]//p' | grep "$REBUILD_GREP" >$LLIST.5_order
630
			(EMERGE_DEFAULT_OPTS="" emerge --nospinner --pretend --oneshot --emptytree --quiet $RAW_REBUILD_LIST ; echo $? >$LLIST.5b_status ) | sed -n 's/  *$//;s/^\[.*\] //p' | awk '{print $1}' | grep "$REBUILD_GREP" >$LLIST.5_order
631
			if [ $(cat $LLIST.5b_status) -gt 0 ] ; then
631
			if [ $(cat $LLIST.5b_status) -gt 0 ] ; then
632
				echo ""
632
				echo ""
633
				echo -e "${RD}Warning: Failed to resolve package order."
633
				echo -e "${RD}Warning: Failed to resolve package order."

Return to bug 169761