public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r9740 - main/trunk/pym/portage/dbapi
@ 2008-04-07  7:33 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2008-04-07  7:33 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2008-04-07 07:33:05 +0000 (Mon, 07 Apr 2008)
New Revision: 9740

Modified:
   main/trunk/pym/portage/dbapi/bintree.py
Log:
Handle empty KEYWORDS in the Packages file.


Modified: main/trunk/pym/portage/dbapi/bintree.py
===================================================================
--- main/trunk/pym/portage/dbapi/bintree.py	2008-04-07 06:32:16 UTC (rev 9739)
+++ main/trunk/pym/portage/dbapi/bintree.py	2008-04-07 07:33:05 UTC (rev 9740)
@@ -156,6 +156,7 @@
 			self._pkgindex_default_pkg_data = {
 				"EAPI"    : "0",
 				"IUSE"    : "",
+				"KEYWORDS": "",
 				"LICENSE" : "",
 				"PROVIDE" : "",
 				"SLOT"    : "0",

-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-04-07  7:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-07  7:33 [gentoo-commits] portage r9740 - main/trunk/pym/portage/dbapi Zac Medico (zmedico)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox