From 964b2948033b2785ac768b0f1fd48611619fab7d Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 20 Dec 2007 02:11:18 +0000 Subject: Always add ARCH to USE without relying on it being listed in PORTAGE_ARCHLIST. svn path=/main/trunk/; revision=8967 --- pym/portage/__init__.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pym') diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py index 9079a052c..771b64263 100644 --- a/pym/portage/__init__.py +++ b/pym/portage/__init__.py @@ -2402,6 +2402,8 @@ class config(object): 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