From 741ee4675862364edf3cdaa893cfdc52fd7bb033 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 22 May 2007 13:11:15 +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). (trunk r6539:6540) svn path=/main/branches/2.1.2/; revision=6572 --- pym/portage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') diff --git a/pym/portage.py b/pym/portage.py index bbb27fc14..9a9b3bbf7 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -1894,7 +1894,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