Handle empty KEYWORDS in the Packages file.
authorZac Medico <zmedico@gentoo.org>
Mon, 7 Apr 2008 07:33:05 +0000 (07:33 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 7 Apr 2008 07:33:05 +0000 (07:33 -0000)
svn path=/main/trunk/; revision=9740

pym/portage/dbapi/bintree.py

index f58e220af35a6d22899f18f98f9b63f213a84fce..6b7e346d8464ef10aacd5461f93a887820557ae2 100644 (file)
@@ -156,6 +156,7 @@ class binarytree(object):
                        self._pkgindex_default_pkg_data = {
                                "EAPI"    : "0",
                                "IUSE"    : "",
+                               "KEYWORDS": "",
                                "LICENSE" : "",
                                "PROVIDE" : "",
                                "SLOT"    : "0",