From: Zac Medico Date: Tue, 7 May 2013 03:49:12 +0000 (-0700) Subject: binarytree: evaluate RESTRICT conditionals X-Git-Tag: v2.2.0_alpha175~16 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5a812ae15a6c7895c71bfe78941398558c15346b;p=portage.git binarytree: evaluate RESTRICT conditionals --- diff --git a/pym/portage/dbapi/bintree.py b/pym/portage/dbapi/bintree.py index 948fec915..44fc93baf 100644 --- a/pym/portage/dbapi/bintree.py +++ b/pym/portage/dbapi/bintree.py @@ -311,7 +311,7 @@ class binarytree(object): self._pkgindex_aux_keys = list(self._pkgindex_aux_keys) self._pkgindex_use_evaluated_keys = \ ("DEPEND", "HDEPEND", "LICENSE", "RDEPEND", - "PDEPEND", "PROPERTIES", "PROVIDE") + "PDEPEND", "PROPERTIES", "PROVIDE", "RESTRICT") self._pkgindex_header_keys = set([ "ACCEPT_KEYWORDS", "ACCEPT_LICENSE", "ACCEPT_PROPERTIES", "ACCEPT_RESTRICT", "CBUILD",