diff options
-rw-r--r-- | pym/portage.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |