From: Zac Medico Date: Tue, 1 Apr 2008 06:55:27 +0000 (-0000) Subject: Handle missing LICENSE in the Packages index since that's allowed for X-Git-Tag: v2.2_pre6~278 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=081731040b8e9c443096c013da66f0e855358994;p=portage.git Handle missing LICENSE in the Packages index since that's allowed for virtual packages. svn path=/main/trunk/; revision=9662 --- diff --git a/pym/portage/dbapi/bintree.py b/pym/portage/dbapi/bintree.py index 79a792e56..c51bfa4f9 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" : "", + "LICENSE" : "", "PROVIDE" : "", "SLOT" : "0", "USE" : ""