aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-08-25 02:05:14 -0700
committerZac Medico <zmedico@gentoo.org>2010-08-25 02:05:14 -0700
commit79a55ae35806baf6bef3436df2afca76c6454b2a (patch)
treec8d69e74bffac330f99e5311e3d087ad66fbc924 /pym/portage/_legacy_globals.py
parentconfig: Move handling of USE related config files into UseManager (diff)
downloadportage-79a55ae35806baf6bef3436df2afca76c6454b2a.tar.gz
portage-79a55ae35806baf6bef3436df2afca76c6454b2a.tar.bz2
portage-79a55ae35806baf6bef3436df2afca76c6454b2a.zip
Remove portage.usedefaults since it's broken by the previous commit.
Diffstat (limited to 'pym/portage/_legacy_globals.py')
-rw-r--r--pym/portage/_legacy_globals.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/pym/portage/_legacy_globals.py b/pym/portage/_legacy_globals.py
index bdeba351d..69484a96b 100644
--- a/pym/portage/_legacy_globals.py
+++ b/pym/portage/_legacy_globals.py
@@ -72,9 +72,6 @@ def _get_legacy_global(name):
portage.thirdpartymirrors = settings.thirdpartymirrors()
constructed.add('thirdpartymirrors')
- portage.usedefaults = settings.use_defs
- constructed.add('usedefaults')
-
profiledir = os.path.join(settings["PORTAGE_CONFIGROOT"], PROFILE_PATH)
if not os.path.isdir(profiledir):
profiledir = None