From: Zac Medico Date: Mon, 6 May 2013 08:18:06 +0000 (-0700) Subject: binarytree: index RESTRICT, for ACCEPT_RESTRICT X-Git-Tag: v2.2.0_alpha175~17 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7043592d0c20bcdaa3007f07e060f194a23d02ab;p=portage.git binarytree: index RESTRICT, for ACCEPT_RESTRICT --- diff --git a/pym/portage/dbapi/bintree.py b/pym/portage/dbapi/bintree.py index cdd10b37a..948fec915 100644 --- a/pym/portage/dbapi/bintree.py +++ b/pym/portage/dbapi/bintree.py @@ -306,7 +306,7 @@ class binarytree(object): self._pkgindex_aux_keys = \ ["BUILD_TIME", "CHOST", "DEPEND", "DESCRIPTION", "EAPI", "HDEPEND", "IUSE", "KEYWORDS", "LICENSE", "PDEPEND", "PROPERTIES", - "PROVIDE", "RDEPEND", "repository", "SLOT", "USE", "DEFINED_PHASES", + "PROVIDE", "RESTRICT", "RDEPEND", "repository", "SLOT", "USE", "DEFINED_PHASES", "BASE_URI"] self._pkgindex_aux_keys = list(self._pkgindex_aux_keys) self._pkgindex_use_evaluated_keys = \