diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-04-01 06:55:27 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-04-01 06:55:27 +0000 |
commit | 081731040b8e9c443096c013da66f0e855358994 (patch) | |
tree | 94179e65b55f3e5d1dc3d5f3b32bbc992ef13fc9 | |
parent | 5d358300b0407c35156e3e59dc6d720461959b67 (diff) | |
download | portage-081731040b8e9c443096c013da66f0e855358994.tar.gz portage-081731040b8e9c443096c013da66f0e855358994.tar.bz2 portage-081731040b8e9c443096c013da66f0e855358994.zip |
Handle missing LICENSE in the Packages index since that's allowed for
virtual packages.
svn path=/main/trunk/; revision=9662
-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" : "" |