From 8b0e7e592421a32bbc1740aac7f5c428fa6f5944 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 7 Apr 2008 07:33:05 +0000 Subject: Handle empty KEYWORDS in the Packages file. svn path=/main/trunk/; revision=9740 --- pym/portage/dbapi/bintree.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pym') diff --git a/pym/portage/dbapi/bintree.py b/pym/portage/dbapi/bintree.py index f58e220af..6b7e346d8 100644 --- a/pym/portage/dbapi/bintree.py +++ b/pym/portage/dbapi/bintree.py @@ -156,6 +156,7 @@ class binarytree(object): self._pkgindex_default_pkg_data = { "EAPI" : "0", "IUSE" : "", + "KEYWORDS": "", "LICENSE" : "", "PROVIDE" : "", "SLOT" : "0", -- cgit v1.2.3-1-g7c22