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 1859C138BF3 for ; Mon, 17 Feb 2014 10:31:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6DF4E0A0B; Mon, 17 Feb 2014 10:31:47 +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 53F90E0A0B for ; Mon, 17 Feb 2014 10:31:47 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 599FD33F66C for ; Mon, 17 Feb 2014 10:31:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id DDC771872B for ; Mon, 17 Feb 2014 10:31:44 +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: <1392632989.228e257887a48de8b27e36e9f8305d8bf6c0a579.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/rebuild.py X-VCS-Directories: pym/gentoolkit/revdep_rebuild/ X-VCS-Committer: slis X-VCS-Committer-Name: Slawek Lis X-VCS-Revision: 228e257887a48de8b27e36e9f8305d8bf6c0a579 X-VCS-Branch: gentoolkit Date: Mon, 17 Feb 2014 10:31:44 +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: 11bac071-2b37-4456-8e05-0528e44c9a7f X-Archives-Hash: 2f9a459e0504040377dca9b0953a2e4e commit: 228e257887a48de8b27e36e9f8305d8bf6c0a579 Author: slis gmail com> AuthorDate: Mon Feb 17 10:29:49 2014 +0000 Commit: Slawek Lis gentoo org> CommitDate: Mon Feb 17 10:29:49 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoolkit.git;a=commit;h=228e2578 fixed commented out rebuild --- pym/gentoolkit/revdep_rebuild/rebuild.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/gentoolkit/revdep_rebuild/rebuild.py b/pym/gentoolkit/revdep_rebuild/rebuild.py index 257bc02..3e91058 100644 --- a/pym/gentoolkit/revdep_rebuild/rebuild.py +++ b/pym/gentoolkit/revdep_rebuild/rebuild.py @@ -269,7 +269,7 @@ def main(settings=None, logger=None): 'Unmask all ebuild(s) listed above and call revdep-rebuild ' 'again or manually emerge given packages.') - #success = rebuild(logger, assigned, settings) + success = rebuild(logger, assigned, settings) logger.debug("rebuild return code = %i" %success) return success