Handle missing LICENSE in the Packages index since that's allowed for
authorZac Medico <zmedico@gentoo.org>
Tue, 1 Apr 2008 06:55:27 +0000 (06:55 -0000)
committerZac 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

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