As suggested by vapier, only show the "System Settings" banner when myfiles is not...
authorZac Medico <zmedico@gentoo.org>
Sat, 15 Jul 2006 05:36:28 +0000 (05:36 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 15 Jul 2006 05:36:28 +0000 (05:36 -0000)
svn path=/main/trunk/; revision=3879

bin/emerge

index 4d9c0342f82b36856ed9a447b435385c470b6988..2a2dea3edfc3f0019a0b4f80847825a8f08ffd69 100755 (executable)
@@ -2988,8 +2988,9 @@ def action_info(settings, trees, myopts, myfiles):
        print getportageversion(settings["PORTDIR"], settings["ROOT"],
                settings.profile_path, settings["CHOST"],
                trees[settings["ROOT"]]["vartree"].dbapi)
-       print "================================================================="
-       print "                       System Settings"
+       if myfiles:
+               print "================================================================="
+               print "                       System Settings"
        print "================================================================="
        print "System uname: "+unameout
        if os.path.exists("/etc/gentoo-release"):