From 652e9d81a85f2678e8dbfbe3b748d8220db6636e Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 26 Jun 2008 21:16:04 +0000 Subject: Add "PATH" to the set of allowed pacakge metadata keys for the PackageIndex. svn path=/main/trunk/; revision=10806 --- 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 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" : "", -- cgit v1.2.3-1-g7c22