From 45fcca125bcfdbd3f1519ab9f9b8be2335ab079c Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 29 Nov 2010 22:16:32 -0800 Subject: dbapi: remove redundant missing_enabled/disabled --- pym/portage/dbapi/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pym') diff --git a/pym/portage/dbapi/__init__.py b/pym/portage/dbapi/__init__.py index c5980c227..4534cc731 100644 --- a/pym/portage/dbapi/__init__.py +++ b/pym/portage/dbapi/__init__.py @@ -166,8 +166,7 @@ class dbapi(object): iuse = frozenset(x.lstrip('+-') for x in iuse.split()) missing_iuse = False for x in atom.unevaluated_atom.use.required: - if x not in iuse and x not in atom.use.missing_enabled \ - and x not in atom.use.missing_disabled and not iuse_implicit_match(x): + if x not in iuse and not iuse_implicit_match(x): missing_iuse = True break if missing_iuse: -- cgit v1.2.3-1-g7c22