Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 132196
Collapse All | Expand All

(-)pym/portage.py (-1 / +1 lines)
Lines 1295-1301 Link Here
1295
			# The below self.regenerate() causes previous changes to FEATURES (and 
1295
			# The below self.regenerate() causes previous changes to FEATURES (and 
1296
			# other incrementals) to be reverted.  If this instance is a clone, we
1296
			# other incrementals) to be reverted.  If this instance is a clone, we
1297
			# need to skip regenerate() so that the copied values are preserved.
1297
			# need to skip regenerate() so that the copied values are preserved.
1298
			self.features = portage_util.unique_array(self["FEATURES"].split())
1298
			self.features = portage_util.unique_array(self.backupenv["FEATURES"].split())
1299
			self.regenerate()
1299
			self.regenerate()
1300
			self["FEATURES"] = " ".join(self.features)
1300
			self["FEATURES"] = " ".join(self.features)
1301
			self.backup_changes("FEATURES")
1301
			self.backup_changes("FEATURES")

Return to bug 132196