projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
541d1c0
)
Don't protect USE_EXPAND variables from -* anymore because the really critical ones...
author
Zac Medico
<zmedico@gentoo.org>
Wed, 16 May 2007 17:05:39 +0000
(17:05 -0000)
committer
Zac 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
patch
|
blob
|
history
diff --git
a/pym/portage/__init__.py
b/pym/portage/__init__.py
index c762638993d071831567a566d27cb1e73ffe015f..cf27256aa8a780eab86a9bace051ddb9c4e6cb16 100644
(file)
--- 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] == "+":