From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QWFPN-0000i3-6A for garchives@archives.gentoo.org; Mon, 13 Jun 2011 22:14:57 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 536631C010; Mon, 13 Jun 2011 22:14:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1E9961C010 for ; Mon, 13 Jun 2011 22:14:50 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F2941B401C for ; Mon, 13 Jun 2011 22:14:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id CEF258003C for ; Mon, 13 Jun 2011 22:14:48 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/dbapi/ X-VCS-Repository: proj/portage X-VCS-Files: pym/portage/dbapi/bintree.py X-VCS-Directories: pym/portage/dbapi/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: cbdf030c3a61eaf323faff8f25e23989efb70248 Date: Mon, 13 Jun 2011 22:14:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: dcb224e9ed2b85620ea801518ec083ac commit: cbdf030c3a61eaf323faff8f25e23989efb70248 Author: Zac Medico gentoo org> AuthorDate: Mon Jun 13 22:13:17 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Jun 13 22:13:17 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3Dcbdf030c 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 files changed, 0 insertions(+), 1 deletions(-) diff --git a/pym/portage/dbapi/bintree.py b/pym/portage/dbapi/bintree.py index 36bf735..ebec11f 100644 --- a/pym/portage/dbapi/bintree.py +++ b/pym/portage/dbapi/bintree.py @@ -273,7 +273,6 @@ class binarytree(object): =20 # Populate the header with appropriate defaults. self._pkgindex_default_header_data =3D { - "VERSION" : str(self._pkgindex_version), "CHOST" : self.settings.get("CHOST", ""), "repository" : "", }