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 72EF01381F3 for ; Fri, 30 Aug 2013 14:49:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBB5DE1035; Fri, 30 Aug 2013 14:49:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4C38EE1035 for ; Fri, 30 Aug 2013 14:49:40 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4C69733ED60 for ; Fri, 30 Aug 2013 14:49:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id F2454E5467 for ; Fri, 30 Aug 2013 14:49:36 +0000 (UTC) From: "André Erdmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "André Erdmann" Message-ID: <1377867160.b2f292197b8d91de553c312c663d897eaa49d41c.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:master commit in: roverlay/ X-VCS-Repository: proj/R_overlay X-VCS-Files: roverlay/packageinfo.py X-VCS-Directories: roverlay/ X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: b2f292197b8d91de553c312c663d897eaa49d41c X-VCS-Branch: master Date: Fri, 30 Aug 2013 14:49:36 +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: 91f25626-c8b6-41e5-a86f-e35ca302dff1 X-Archives-Hash: c4a7b2680eee311e784a56efb52eba63 commit: b2f292197b8d91de553c312c663d897eaa49d41c Author: André Erdmann mailerd de> AuthorDate: Fri Aug 30 12:52:40 2013 +0000 Commit: André Erdmann mailerd de> CommitDate: Fri Aug 30 12:52:40 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=b2f29219 break long line --- roverlay/packageinfo.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roverlay/packageinfo.py b/roverlay/packageinfo.py index abf0dbb..193fe18 100644 --- a/roverlay/packageinfo.py +++ b/roverlay/packageinfo.py @@ -561,7 +561,8 @@ class PackageInfo ( roverlay.util.objects.Referenceable ): def make_distmap_hash ( self ): """Creates (and returns) the distmap package file hash.""" - return self.make_hashes ( { self.DISTMAP_DIGEST_TYPE, } ) [self.DISTMAP_DIGEST_TYPE] + return self.make_hashes ( + { self.DISTMAP_DIGEST_TYPE, } ) [self.DISTMAP_DIGEST_TYPE] # --- end of make_distmap_hash (...) --- def make_hashes ( self, hashlist ):