diff options
-rw-r--r-- | pym/portage.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/portage.py b/pym/portage.py index 57190fc5b..2c5841ef6 100644 --- 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. |