From 7ab4d5722a828167dd1bf946b26cfa80808f59fc Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 11 Oct 2011 16:45:46 -0700 Subject: Remove FEATURES=fixpackages support. This reduces the probability of users encountering issues related to package moves when they disable --dynamic-deps, and --package-moves=n can be set in EMERGE_DEFAULT_OPTS if package moves need to be temporarily avoided for some reason. --- pym/portage/_global_updates.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pym/portage/_global_updates.py') diff --git a/pym/portage/_global_updates.py b/pym/portage/_global_updates.py index 868d1ee80..be8a73492 100644 --- a/pym/portage/_global_updates.py +++ b/pym/portage/_global_updates.py @@ -217,8 +217,7 @@ def _global_updates(trees, prev_mtimes, quiet=False): do_upgrade_packagesmessage = False # We gotta do the brute force updates for these now. - if mysettings.get("PORTAGE_CALLER") == "fixpackages" or \ - "fixpackages" in mysettings.features: + if True: def onUpdate(maxval, curval): if curval > 0: writemsg_stdout("#") -- cgit v1.2.3-1-g7c22