From: Zac Medico Date: Mon, 13 Jun 2011 22:13:17 +0000 (-0700) Subject: bintree: don't provide default VERSION header X-Git-Tag: v2.2.0_alpha41 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cbdf030c3a61eaf323faff8f25e23989efb70248;p=portage.git bintree: don't provide default VERSION header We want to make sure that we know when the VERSION header is missing, so we shouldn't provide a default value. --- diff --git a/pym/portage/dbapi/bintree.py b/pym/portage/dbapi/bintree.py index 36bf735f6..ebec11fdd 100644 --- a/pym/portage/dbapi/bintree.py +++ b/pym/portage/dbapi/bintree.py @@ -273,7 +273,6 @@ class binarytree(object): # Populate the header with appropriate defaults. self._pkgindex_default_header_data = { - "VERSION" : str(self._pkgindex_version), "CHOST" : self.settings.get("CHOST", ""), "repository" : "", }