summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/emerge5
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/emerge b/bin/emerge
index 2c79af69e..947096388 100755
--- a/bin/emerge
+++ b/bin/emerge
@@ -1960,11 +1960,6 @@ class depgraph:
last resort because the metadata tends to diverge from that
of the ebuild in the tree."""
myeb_inst_matches = vardb.match(x)
- if "--usepkgonly" not in self.myopts:
- """ TODO: Improve masking check for installed and
- binary packages. bug #149816"""
- myeb_inst_matches = [pkg for pkg in myeb_inst_matches \
- if not portdb.cpv_exists(pkg)]
myeb_inst = None
if myeb_inst_matches:
myeb_inst = portage.best(myeb_inst_matches)