Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 156736 | Differences between
and this patch

Collapse All | Expand All

(-)rep-rebuild.orig (-1 / +1 lines)
Lines 82-88 Link Here
82
	print color 'yellow' if ! $NOCOLOR and $DEBUG;
82
	print color 'yellow' if ! $NOCOLOR and $DEBUG;
83
	print "\n[D] " . $progName . " depends on: " if $DEBUG;
83
	print "\n[D] " . $progName . " depends on: " if $DEBUG;
84
84
85
	my @progDeps = split(/\n/,`equery -qc depgraph -U =$progName |egrep -- '^ \`-- .*-9999' |awk '{print \$2}'`);
85
	my @progDeps = split(/\n/,`equery -q -C depgraph -U =$progName |egrep -- '^ \`-- .*-9999' |awk '{print \$2}'`);
86
	my @voidArray = ();
86
	my @voidArray = ();
87
	$progs{$progName}{progDeps_ref} = \@voidArray;
87
	$progs{$progName}{progDeps_ref} = \@voidArray;
88
88

Return to bug 156736