From: Zac Medico Date: Thu, 26 Jun 2008 21:16:04 +0000 (-0000) Subject: Add "PATH" to the set of allowed pacakge metadata keys for the PackageIndex. X-Git-Tag: v2.2_rc2~315 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=652e9d81a85f2678e8dbfbe3b748d8220db6636e;p=portage.git Add "PATH" to the set of allowed pacakge metadata keys for the PackageIndex. svn path=/main/trunk/; revision=10806 --- diff --git a/pym/portage/dbapi/bintree.py b/pym/portage/dbapi/bintree.py index 2e0a1a536..83e37c059 100644 --- a/pym/portage/dbapi/bintree.py +++ b/pym/portage/dbapi/bintree.py @@ -166,6 +166,7 @@ class binarytree(object): "IUSE" : "", "KEYWORDS": "", "LICENSE" : "", + "PATH" : "", "PDEPEND" : "", "PROVIDE" : "", "RDEPEND" : "",