From b67aa895a83eae2a6139ba77a252285c18ea379d Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 26 Sep 2007 04:23:11 +0000 Subject: Mask binary packages if their CHOST does not match the one defined in make.conf. (trunk r7792) svn path=/main/branches/2.1.2/; revision=7822 --- pym/portage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym/portage.py') diff --git a/pym/portage.py b/pym/portage.py index 28e54af7b..bc3b72411 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -5260,7 +5260,7 @@ class bindbapi(fakedbapi): self.settings = settings self._match_cache = {} # Selectively cache metadata in order to optimize dep matching. - self._aux_cache_keys = set(["SLOT"]) + self._aux_cache_keys = set(["CHOST","SLOT"]) self._aux_cache = {} def match(self, *pargs, **kwargs): -- cgit v1.2.3-1-g7c22