summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-06-13 15:13:17 -0700
committerZac Medico <zmedico@gentoo.org>2011-06-13 15:13:17 -0700
commitcbdf030c3a61eaf323faff8f25e23989efb70248 (patch)
treecb060e1b929a8f6f68e548c7d467c7c617e5dfd7
parenta40c1905e53d3af20df6d4f940e1235551a6840e (diff)
downloadportage-cbdf030c3a61eaf323faff8f25e23989efb70248.tar.gz
portage-cbdf030c3a61eaf323faff8f25e23989efb70248.tar.bz2
portage-cbdf030c3a61eaf323faff8f25e23989efb70248.zip
bintree: don't provide default VERSION headerv2.2.0_alpha41
We want to make sure that we know when the VERSION header is missing, so we shouldn't provide a default value.
-rw-r--r--pym/portage/dbapi/bintree.py1
1 files changed, 0 insertions, 1 deletions
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" : "",
}