From: Zac Medico Date: Tue, 22 May 2007 13:11:15 +0000 (-0000) Subject: Don't protect USE_EXPAND variables from -* anymore because the really critical ones... X-Git-Tag: v2.1.2.8~16 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=741ee4675862364edf3cdaa893cfdc52fd7bb033;p=portage.git 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 --- 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] == "+":