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 0B4F01381F3 for ; Tue, 3 Sep 2013 15:51:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 765B5E0F44; Tue, 3 Sep 2013 15:51:04 +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 F0941E0F40 for ; Tue, 3 Sep 2013 15:51:03 +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 ECA7333DABC for ; Tue, 3 Sep 2013 15:51:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 1AB80E5465 for ; Tue, 3 Sep 2013 15:51:00 +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: <1378223041.e6f457f95052e4de5ad349db4b5331956115c7dc.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:master commit in: roverlay/overlay/ X-VCS-Repository: proj/R_overlay X-VCS-Files: roverlay/overlay/rulegen.py X-VCS-Directories: roverlay/overlay/ X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: e6f457f95052e4de5ad349db4b5331956115c7dc X-VCS-Branch: master Date: Tue, 3 Sep 2013 15:51:00 +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: ec156f42-d1bb-4c96-9597-18e1f62c9a90 X-Archives-Hash: 4d468d5106887531851d79ec29a50afe commit: e6f457f95052e4de5ad349db4b5331956115c7dc Author: André Erdmann mailerd de> AuthorDate: Tue Sep 3 15:44:01 2013 +0000 Commit: André Erdmann mailerd de> CommitDate: Tue Sep 3 15:44:01 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=e6f457f9 remove TODO note --- roverlay/overlay/rulegen.py | 1 - 1 file changed, 1 deletion(-) diff --git a/roverlay/overlay/rulegen.py b/roverlay/overlay/rulegen.py index 42b5d09..b2bf1e5 100644 --- a/roverlay/overlay/rulegen.py +++ b/roverlay/overlay/rulegen.py @@ -87,7 +87,6 @@ class DepresRuleGenerator ( object ): else: rules_without_repo.append ( rule ) - # TODO: use distmap to restore repo ids assert '_' not in rule_dict rule_dict ['_'] = rules_without_repo