projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
722281a
)
Handle empty KEYWORDS in the Packages file.
author
Zac Medico
<zmedico@gentoo.org>
Mon, 7 Apr 2008 07:33:05 +0000
(07:33 -0000)
committer
Zac 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
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/bintree.py
b/pym/portage/dbapi/bintree.py
index f58e220af35a6d22899f18f98f9b63f213a84fce..6b7e346d8464ef10aacd5461f93a887820557ae2 100644
(file)
--- 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",