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

(-)bin/emerge (-2 / +2 lines)
Lines 1052-1059 Link Here
1052
					if "--usepkgonly" not in self.myopts:
1052
					if "--usepkgonly" not in self.myopts:
1053
						# Remove any binary package entries that are masked in the portage tree (#55871)
1053
						# Remove any binary package entries that are masked in the portage tree (#55871)
1054
						myeb_pkg_matches = [pkg for pkg in myeb_pkg_matches \
1054
						myeb_pkg_matches = [pkg for pkg in myeb_pkg_matches \
1055
							if pkg not in myeb_matches and \
1055
							if pkg in myeb_matches or  \
1056
							portdb.cpv_exists(pkg)]
1056
							not portdb.cpv_exists(pkg)]
1057
					myeb_pkg = portage.best(myeb_pkg_matches)
1057
					myeb_pkg = portage.best(myeb_pkg_matches)
1058
1058
1059
				if not myeb_pkg:
1059
				if not myeb_pkg:

Return to bug 140694