From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PzTze-0000Ab-1v for garchives@archives.gentoo.org; Tue, 15 Mar 2011 13:08:58 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4647E03E0; Tue, 15 Mar 2011 13:08:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 91CCEE03E0 for ; Tue, 15 Mar 2011 13:08:50 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 184411B42DA for ; Tue, 15 Mar 2011 13:08:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 5EB8280079 for ; Tue, 15 Mar 2011 13:08:49 +0000 (UTC) From: "Nirbheek Chauhan" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" Message-ID: Subject: [gentoo-commits] proj/gnome:master commit in: scripts/ X-VCS-Repository: proj/gnome X-VCS-Files: scripts/slot_rindex.py X-VCS-Directories: scripts/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: ae3fc2ce3c9c674bb9fa197a9028ff885bf75fae Date: Tue, 15 Mar 2011 13:08:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 46cbd50e6de058ece4e6687204e5095e commit: ae3fc2ce3c9c674bb9fa197a9028ff885bf75fae Author: Nirbheek Chauhan gentoo org> AuthorDate: Tue Mar 15 13:08:38 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Tue Mar 15 13:08:38 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3Dae3fc2ce slot_rindex.py: add missing continue --- scripts/slot_rindex.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/scripts/slot_rindex.py b/scripts/slot_rindex.py index a8308ca..0612372 100755 --- a/scripts/slot_rindex.py +++ b/scripts/slot_rindex.py @@ -98,6 +98,7 @@ for rdep in rdeps: temp =3D portage.portdb.aux_get(rdep, DEPSTR)[0].split() except KeyError: failed_rdeps.append(rdep) + continue for dep in temp: # Ignore ||, (, ), etc. if not portage.isvalidatom(dep):