summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/emerge3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/emerge b/bin/emerge
index d605d5ccc..cd03a3df7 100755
--- a/bin/emerge
+++ b/bin/emerge
@@ -1187,7 +1187,8 @@ class depgraph:
matched_packages.append(
["ebuild", myroot, myeb, None])
- if not matched_packages:
+ if not matched_packages and \
+ not (arg and "selective" not in self.myparams):
"""Fall back to the installed package database. This is a
last resort because the metadata tends to diverge from that
of the ebuild in the tree."""