From 7f6ebe8743bba45822b488d6f3cf48911139c744 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 6 May 2006 02:11:17 +0000 Subject: Obey self.incrementals in config.regenerate() instead of using portage_const.INCREMENTALS directly. svn path=/main/trunk/; revision=3322 --- pym/portage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') 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 -- cgit v1.2.3-1-g7c22