From: Zac Medico Date: Mon, 7 Apr 2008 07:33:05 +0000 (-0000) Subject: Handle empty KEYWORDS in the Packages file. X-Git-Tag: v2.2_pre6~229 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8b0e7e592421a32bbc1740aac7f5c428fa6f5944;p=portage.git Handle empty KEYWORDS in the Packages file. svn path=/main/trunk/; revision=9740 --- 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",