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

(-)portage-2.1.2_rc4.orig/man/portage.5 (+3 lines)
Lines 207-212 Link Here
207
tell portage that 'sys-kernel/development-sources-2.6.7' is already taken 
207
tell portage that 'sys-kernel/development-sources-2.6.7' is already taken 
208
care of and it should get off your back about it.
208
care of and it should get off your back about it.
209
209
210
virtual packages (virtual/*) should not be specified in package.provided. They
211
should be placed in the virtuals file instead.
212
210
.I Format:
213
.I Format:
211
.nf
214
.nf
212
\- comments begin with #
215
\- comments begin with #
(-)portage-2.1.2_rc4.orig/pym/portage.py (+4 lines)
Lines 1353-1358 Link Here
1353
					writemsg("Invalid package name in package.provided: "+pkgprovidedlines[x]+"\n",
1353
					writemsg("Invalid package name in package.provided: "+pkgprovidedlines[x]+"\n",
1354
						noiselevel=-1)
1354
						noiselevel=-1)
1355
					del pkgprovidedlines[x]
1355
					del pkgprovidedlines[x]
1356
				if cpvr[0] == "virtual":
1357
					writemsg("Virtual packages should be in virtuals, not package.provided: "+pkgprovidedlines[x]+"\n",
1358
						noiselevel=-1)
1359
					del pkgprovidedlines[x]
1356
1360
1357
			self.pprovideddict = {}
1361
			self.pprovideddict = {}
1358
			for x in pkgprovidedlines:
1362
			for x in pkgprovidedlines:

Return to bug 161003