From 081731040b8e9c443096c013da66f0e855358994 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 1 Apr 2008 06:55:27 +0000 Subject: Handle missing LICENSE in the Packages index since that's allowed for virtual packages. svn path=/main/trunk/; revision=9662 --- pym/portage/dbapi/bintree.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pym') 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" : "" -- cgit v1.2.3-1-g7c22