From cbdf030c3a61eaf323faff8f25e23989efb70248 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 13 Jun 2011 15:13:17 -0700 Subject: 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. --- pym/portage/dbapi/bintree.py | 1 - 1 file changed, 1 deletion(-) 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" : "", } -- cgit v1.2.3-1-g7c22