From: Zac Medico Date: Sat, 6 May 2006 02:11:17 +0000 (-0000) Subject: Obey self.incrementals in config.regenerate() instead of using portage_const.INCREMEN... X-Git-Tag: v2.1_rc1~21 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7f6ebe8743bba45822b488d6f3cf48911139c744;p=portage.git Obey self.incrementals in config.regenerate() instead of using portage_const.INCREMENTALS directly. svn path=/main/trunk/; revision=3322 --- diff --git a/pym/portage.py b/pym/portage.py index 339d96b94..a4e042e58 100644 --- 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