projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88bbb1a
)
Obey self.incrementals in config.regenerate() instead of using portage_const.INCREMEN...
author
Zac Medico
<zmedico@gentoo.org>
Sat, 6 May 2006 02:11:17 +0000
(
02:11
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 6 May 2006 02:11:17 +0000
(
02:11
-0000)
svn path=/main/trunk/; revision=3322
pym/portage.py
patch
|
blob
|
history
diff --git
a/pym/portage.py
b/pym/portage.py
index 339d96b943cfc55f69204c44ad0c99445255552f..a4e042e581a7a9f2b907835e85042cc90976bbe1 100644
(file)
--- a/
pym/portage.py
+++ b/
pym/portage.py
@@
-1502,7
+1502,7
@@
class config:
if useonly:
myincrementals=["USE"]
else:
- myincrementals
=portage_const.INCREMENTALS
+ myincrementals
= self.incrementals
# If self.features exists, it has already been stacked and may have
# been mutated, so don't stack it again or else any mutations will be