diff options
author | Zac Medico <zmedico@gentoo.org> | 2011-06-13 15:13:17 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2011-06-13 15:13:17 -0700 |
commit | cbdf030c3a61eaf323faff8f25e23989efb70248 (patch) | |
tree | cb060e1b929a8f6f68e548c7d467c7c617e5dfd7 | |
parent | pkg_use_enabled: return early for built pkgs (diff) | |
download | portage-2.2.0_alpha41.tar.gz portage-2.2.0_alpha41.tar.bz2 portage-2.2.0_alpha41.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.py | 1 |
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" : "", } |