From: Zac Medico Date: Tue, 5 Oct 2010 22:33:56 +0000 (-0700) Subject: Don't allow_wildcard in _iter_match_pkgs. X-Git-Tag: v2.2_rc90~16 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=046cd5edb520c12799f3a9cdd82dbc40c0f1096f;p=portage.git Don't allow_wildcard in _iter_match_pkgs. --- diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py index 54f7a1887..28a7dd3b9 100644 --- a/pym/_emerge/depgraph.py +++ b/pym/_emerge/depgraph.py @@ -2520,7 +2520,7 @@ class depgraph(object): if cpv_list: atom_set = InternalPackageSet(initial_atoms=(atom,), - allow_repo=True, allow_wildcard=True) + allow_repo=True) if atom.repo is None and hasattr(db, "getRepositories"): repo_list = db.getRepositories() else: