Remove pointless information from --info output (trunk r7695)
authorZac Medico <zmedico@gentoo.org>
Thu, 6 Sep 2007 17:03:16 +0000 (17:03 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 6 Sep 2007 17:03:16 +0000 (17:03 -0000)
svn path=/main/branches/2.1.2/; revision=7731

bin/emerge

index 2cd989eb39c83ae222279a674e1af2054e3d2cfe..fe702c5834acb5231a6ac340ceea8e0cf22bee04 100755 (executable)
@@ -5124,12 +5124,6 @@ def action_info(settings, trees, myopts, myfiles):
                print header_title.rjust(int(header_width/2 + len(header_title)/2))
        print header_width * "="
        print "System uname: "+unameout
-       gentoo_release = portage.grabfile(os.path.join(
-               settings["PORTAGE_CONFIGROOT"], "etc", "gentoo-release"))
-       if gentoo_release:
-               print gentoo_release[0]
-       else:
-               print "Unknown Host Operating System"
        lastSync = portage.grabfile(os.path.join(
                settings["PORTDIR"], "metadata", "timestamp.chk"))
        print "Timestamp of tree:",