From: Zac Medico Date: Wed, 25 Oct 2006 16:47:54 +0000 (-0000) Subject: For the time being, write a variation of the old _eclass_ format so that cache writte... X-Git-Tag: v2.1.2~553 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=24ed493f08c3b4096e7c15b4710b6e7819a16a3c;p=portage.git For the time being, write a variation of the old _eclass_ format so that cache written only forces a regen for older versions of portage rather than a ValueError due to failed long() conversion. svn path=/main/trunk/; revision=4815 --- diff --git a/pym/cache/template.py b/pym/cache/template.py index 1e3c9abe8..cce8e30a8 100644 --- a/pym/cache/template.py +++ b/pym/cache/template.py @@ -157,8 +157,18 @@ class database(object): def serialize_eclasses(eclass_dict): """takes a dict, returns a string representing said dict""" + """The "new format", which causes older versions of