projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d35830
)
Handle missing LICENSE in the Packages index since that's allowed for
author
Zac Medico
<zmedico@gentoo.org>
Tue, 1 Apr 2008 06:55:27 +0000
(06:55 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 1 Apr 2008 06:55:27 +0000
(06:55 -0000)
virtual packages.
svn path=/main/trunk/; revision=9662
pym/portage/dbapi/bintree.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/bintree.py
b/pym/portage/dbapi/bintree.py
index 79a792e56d95c75ca8579df10e97981e98f761ec..c51bfa4f901d7d15d2b9beb9e4c764f2504ad114 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" : "",
+ "LICENSE" : "",
"PROVIDE" : "",
"SLOT" : "0",
"USE" : ""