projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7043592
)
binarytree: evaluate RESTRICT conditionals
author
Zac Medico
<zmedico@gentoo.org>
Tue, 7 May 2013 03:49:12 +0000
(20:49 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 7 May 2013 03:49:12 +0000
(20:49 -0700)
pym/portage/dbapi/bintree.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/bintree.py
b/pym/portage/dbapi/bintree.py
index 948fec9153de8c256e5558dee89e0ad230b7fe3e..44fc93bafc6080308b52f8b32cf4bcbecc91f03b 100644
(file)
--- 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",