Don't protect USE_EXPAND variables from -* anymore because the really critical ones...
authorZac Medico <zmedico@gentoo.org>
Wed, 16 May 2007 17:05:39 +0000 (17:05 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 16 May 2007 17:05:39 +0000 (17:05 -0000)
svn path=/main/trunk/; revision=6540

pym/portage/__init__.py

index c762638993d071831567a566d27cb1e73ffe015f..cf27256aa8a780eab86a9bace051ddb9c4e6cb16 100644 (file)
@@ -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] == "+":