[jhbuild] sysdeps: Fix typo causing spurious (none)



commit 8531af21353bc1c8da29b4337756b06f5638e965
Author: Colin Walters <walters verbum org>
Date:   Thu Jul 28 17:36:33 2011 -0400

    sysdeps: Fix typo causing spurious (none)

 jhbuild/commands/sysdeps.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/jhbuild/commands/sysdeps.py b/jhbuild/commands/sysdeps.py
index fc4642f..7f8e66b 100644
--- a/jhbuild/commands/sysdeps.py
+++ b/jhbuild/commands/sysdeps.py
@@ -75,7 +75,7 @@ class cmd_sysdeps(cmd_build):
         print _('System installed packages which are too old:') 
         for pkg_config,(module, req_version, installed_version, new_enough) in module_state.iteritems():
             if (installed_version is not None) and (not new_enough):
-                have_too_old = False
+                have_too_old = True
                 print (_("  %(pkg)s (required=%(req)s, installed=%(installed)s)" % {'pkg': pkg_config,
                                                                                     'req': req_version,
                                                                                     'installed': installed_version}))



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]