From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7E818138825 for ; Fri, 7 Nov 2014 20:41:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE963E0994; Fri, 7 Nov 2014 20:41:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1C477E098F for ; Fri, 7 Nov 2014 20:41:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CA5F4340384 for ; Fri, 7 Nov 2014 20:41:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3EE7D9A5A for ; Fri, 7 Nov 2014 20:41:32 +0000 (UTC) From: "Slawek Lis" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Slawek Lis" Message-ID: <1415362293.09c1115e0a3c4d12549993fb8a8a13a5723f5094.slis@gentoo> Subject: [gentoo-commits] proj/gentoolkit:gentoolkit commit in: pym/gentoolkit/revdep_rebuild/ X-VCS-Repository: proj/gentoolkit X-VCS-Files: pym/gentoolkit/revdep_rebuild/settings.py X-VCS-Directories: pym/gentoolkit/revdep_rebuild/ X-VCS-Committer: slis X-VCS-Committer-Name: Slawek Lis X-VCS-Revision: 09c1115e0a3c4d12549993fb8a8a13a5723f5094 X-VCS-Branch: gentoolkit Date: Fri, 7 Nov 2014 20:41:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7469423a-cde5-462e-a098-49829da30df3 X-Archives-Hash: 5d4d3ac5d121dd551943e9fdf6e12203 commit: 09c1115e0a3c4d12549993fb8a8a13a5723f5094 Author: Slawek Lis gentoo org> AuthorDate: Fri Nov 7 12:11:33 2014 +0000 Commit: Slawek Lis gentoo org> CommitDate: Fri Nov 7 12:11:33 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gentoolkit.git;a=commit;h=09c1115e loggin update --- pym/gentoolkit/revdep_rebuild/settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pym/gentoolkit/revdep_rebuild/settings.py b/pym/gentoolkit/revdep_rebuild/settings.py index 00c7e28..e42a242 100644 --- a/pym/gentoolkit/revdep_rebuild/settings.py +++ b/pym/gentoolkit/revdep_rebuild/settings.py @@ -111,7 +111,6 @@ def parse_options(): args = parser.parse_args() settings['VERBOSITY'] = 3 if args.debug else 2 if args.verbose else 0 if args.quiet else 1 settings['quiet'] = args.quiet - settings['debug'] = args.debug settings['PRETEND'] = args.pretend settings['nocolor'] = args.nocolor if args.library: