projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33c21a1
)
Sort the USE flags.
author
Zac Medico
<zmedico@gentoo.org>
Sun, 6 Aug 2006 08:37:46 +0000
(08:37 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 6 Aug 2006 08:37:46 +0000
(08:37 -0000)
svn path=/main/trunk/; revision=4181
pym/portage.py
patch
|
blob
|
history
diff --git
a/pym/portage.py
b/pym/portage.py
index 57190fc5b178522688a54b483486506280a7ce72..2c5841ef6d99dd2b537fad31632f29e94cf12c32 100644
(file)
--- a/
pym/portage.py
+++ b/
pym/portage.py
@@
-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.