summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi/__init__.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-04-27 14:21:47 -0700
committerZac Medico <zmedico@gentoo.org>2010-04-27 14:21:47 -0700
commit394aa7860c7e998fa491470f2cf068ca3eeccb9b (patch)
treeb0ce2e39f473348228532bde9758d2ce00c42ea4 /pym/portage/dbapi/__init__.py
parentfa25599654c32a6c72810fda98b9c665a673f12e (diff)
downloadportage-394aa7860c7e998fa491470f2cf068ca3eeccb9b.tar.gz
portage-394aa7860c7e998fa491470f2cf068ca3eeccb9b.tar.bz2
portage-394aa7860c7e998fa491470f2cf068ca3eeccb9b.zip
Make iuse_implicit_re private for now.
Diffstat (limited to 'pym/portage/dbapi/__init__.py')
-rw-r--r--pym/portage/dbapi/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/dbapi/__init__.py b/pym/portage/dbapi/__init__.py
index f8fe89769..2467cb54e 100644
--- a/pym/portage/dbapi/__init__.py
+++ b/pym/portage/dbapi/__init__.py
@@ -146,7 +146,7 @@ class dbapi(object):
2) Check enabled/disabled flag states.
"""
- iuse_implicit_re = self.settings.iuse_implicit_re
+ iuse_implicit_re = self.settings._iuse_implicit_re
for cpv in cpv_iter:
try:
iuse, slot, use = self.aux_get(cpv, ["IUSE", "SLOT", "USE"])