aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-10-11 16:45:46 -0700
committerZac Medico <zmedico@gentoo.org>2011-10-11 16:45:46 -0700
commit7ab4d5722a828167dd1bf946b26cfa80808f59fc (patch)
treef6fc7f0c94033cc81dcce086945c2272230a8568 /pym/portage/_global_updates.py
parentEnsure correct IUSE in vdb for bug #386829. (diff)
downloadportage-7ab4d5722a828167dd1bf946b26cfa80808f59fc.tar.gz
portage-7ab4d5722a828167dd1bf946b26cfa80808f59fc.tar.bz2
portage-7ab4d5722a828167dd1bf946b26cfa80808f59fc.zip
Remove FEATURES=fixpackages support.v2.2.0_alpha67
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.
Diffstat (limited to 'pym/portage/_global_updates.py')
-rw-r--r--pym/portage/_global_updates.py3
1 files changed, 1 insertions, 2 deletions
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("#")