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

Collapse All | Expand All

(-)package.cc.orig (-1 / +2 lines)
Lines 90-97 Link Here
90
			for( unsigned short i=0; i<numVersions; i++ )
90
			for( unsigned short i=0; i<numVersions; i++ )
91
				this->addVersion(new Version( this->input_stream ));
91
				this->addVersion(new Version( this->input_stream ));
92
		case Package::ALL:
92
		case Package::ALL:
93
			this->have = we_want;
93
			break;
94
	}
94
	}
95
	this->have = we_want;
95
}
96
}
96
97
97
98

Return to bug 97914