From 34b8c801c3acbdeaf8c843545e00b9adb414d00c Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 20 Dec 2007 02:17:34 +0000 Subject: Always add ARCH to USE without relying on it being listed in PORTAGE_ARCHLIST. (trunk r8967) svn path=/main/branches/2.1.2/; revision=8968 --- pym/portage.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pym') diff --git a/pym/portage.py b/pym/portage.py index 367fa1867..54877e98a 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -2383,6 +2383,8 @@ class config: iuse_implicit = set(iuse) # Flags derived from ARCH. + if arch: + iuse_implicit.add(arch) iuse_implicit.update(self.get("PORTAGE_ARCHLIST", "").split()) # Flags derived from USE_EXPAND_HIDDEN variables -- cgit v1.2.3-1-g7c22