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

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- 1/Portage.pm
0
++ 2/Portage.pm
Lines 938-944 Link Here
938
			for my $flag (@flags) {
938
			for my $flag (@flags) {
939
				my $state = $flag =~ s/^-// || 0;
939
				my $state = $flag =~ s/^-// || 0;
940
940
941
				_add_temp($flag, "global");
941
				_add_temp($flag, "local");
942
				_add_temp($flag, $pkg);
942
				_add_temp($flag, $pkg);
943
943
944
				if ($state) {
944
				if ($state) {

Return to bug 549042