From: Zac Medico Date: Fri, 28 Apr 2006 10:54:02 +0000 (-0000) Subject: Disable the FEATURES=cvs part of r3251 because it prevents missing files from bein... X-Git-Tag: v2.1_pre10~19 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=df063a72b9de77fe685ce211550f8474bce5260a;p=portage.git Disable the FEATURES=cvs part of r3251 because it prevents missing files from bein fetched when they need to be. svn path=/main/trunk/; revision=3255 --- diff --git a/pym/portage.py b/pym/portage.py index 34aaf9c66..c62d8af3a 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -2686,7 +2686,7 @@ def doebuild(myebuild, mydo, myroot, mysettings, debug=0, listonly=0, if ("mirror" in features) or fetchall: fetchme=alluris[:] checkme=aalist[:] - elif mydo == "digest" or "cvs" in mysettings.features: + elif mydo == "digest": fetchme = alluris[:] checkme = aalist[:] # Skip files that we already have digests for.