From ca1947cd9295a0a094e8eaf4503eebb3c1ecebd9 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 16 May 2007 17:05:39 +0000 Subject: Don't protect USE_EXPAND variables from -* anymore because the really critical ones should all be in use.force now (typically kernel_linux, elibc_glibc, and userland_GNU). svn path=/main/trunk/; revision=6540 --- pym/portage/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py index c76263899..cf27256aa 100644 --- a/pym/portage/__init__.py +++ b/pym/portage/__init__.py @@ -1961,7 +1961,7 @@ class config: mysplit = curdb["USE"].split() for x in mysplit: if x == "-*": - myflags = use_expand_protected[:] + myflags = [] continue if x[0] == "+": -- cgit v1.2.3-1-g7c22