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

(-)bin/emerge (-10 lines)
Lines 3252-3267 Link Here
3252
							cur_use, cur_iuse)
3252
							cur_use, cur_iuse)
3253
						if reinstall_for_flags:
3253
						if reinstall_for_flags:
3254
							reinstall = True
3254
							reinstall = True
3255
					if not installed:
3256
						must_reinstall = empty or \
3257
							(myarg and not selective)
3258
						if not reinstall_for_flags and \
3259
							not must_reinstall and \
3260
							cpv in vardb.match(atom):
3261
							# If the installed version is masked, it may
3262
							# be necessary to look at lower versions,
3263
							# in case there is a visible downgrade.
3264
							continue
3265
					if not built:
3255
					if not built:
3266
						myeb = cpv
3256
						myeb = cpv
3267
					matched_packages.append(pkg)
3257
					matched_packages.append(pkg)

Return to bug 220689