diff options
-rw-r--r-- | pym/portage/dbapi/bintree.py | 1 |
1 files changed, 1 insertions, 0 deletions
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" : "" |