this is a patch against equery(0.1.3) Reproducible: Always Steps to Reproduce: use equery -N in a pipe. --- /usr/bin/equery.old 2005-04-22 11:23:15.000000000 -0500 +++ /usr/bin/equery 2005-04-22 11:29:43.000000000 -0500 @@ -1469,6 +1469,7 @@ print_info(0, "where " + pp.globaloption("<global-opts>") + " is one of") print_info(0, pp.globaloption(" -q, --quiet") + " - minimal output") print_info(0, pp.globaloption(" -C, --nocolor") + " - turn off colours") + print_info(0, pp.globaloption(" -N, --no-pipe") + " - override pipe detection") print_info(0, pp.globaloption(" -h, --help") + " - this help screen") print_info(0, pp.globaloption(" -V, --version") + " - display version info") @@ -1544,8 +1545,8 @@ return (command, local_opts) if __name__ == "__main__": - (cmd, local_opts) = parseArgs(sys.argv[1:]) configure() + (cmd, local_opts) = parseArgs(sys.argv[1:]) if cmd: try: cmd.perform(local_opts)
Created attachment 56930 [details, diff] patch for equery 0.1.3 attached
Fixed in gentoolkit-0.2.1