Sort the USE flags.
authorZac Medico <zmedico@gentoo.org>
Sun, 6 Aug 2006 08:37:46 +0000 (08:37 -0000)
committerZac Medico <zmedico@gentoo.org>
Sun, 6 Aug 2006 08:37:46 +0000 (08:37 -0000)
svn path=/main/trunk/; revision=4181

pym/portage.py

index 57190fc5b178522688a54b483486506280a7ce72..2c5841ef6d99dd2b537fad31632f29e94cf12c32 100644 (file)
@@ -1551,6 +1551,7 @@ class config:
 
                usesplit = [ x for x in myflags if not x.startswith("-") and \
                        x not in self.usemask and x not in self.pusemask ]
+               usesplit.sort()
 
                # Use the calculated USE flags to regenerate the USE_EXPAND flags so
                # that they are consistent.