From 66259e313ce1c7c0cb78b8b018ec09e1411bcc68 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 6 Aug 2006 08:37:46 +0000 Subject: Sort the USE flags. svn path=/main/trunk/; revision=4181 --- pym/portage.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pym/portage.py') 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. -- cgit v1.2.3-1-g7c22