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 27653138A2F for ; Sat, 23 Aug 2014 19:03:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7EBEE0975; Sat, 23 Aug 2014 19:03:14 +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 4BD3BE0975 for ; Sat, 23 Aug 2014 19:03:14 +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 501123402CC for ; Sat, 23 Aug 2014 19:03:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D437F3C46 for ; Sat, 23 Aug 2014 19:03:05 +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: <1408819113.ffe2f8e7da01aa425467f0a0449f404d8adf4e6b.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:master commit in: roverlay/depres/simpledeprule/ X-VCS-Repository: proj/R_overlay X-VCS-Files: roverlay/depres/simpledeprule/rules.py X-VCS-Directories: roverlay/depres/simpledeprule/ X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: ffe2f8e7da01aa425467f0a0449f404d8adf4e6b X-VCS-Branch: master Date: Sat, 23 Aug 2014 19:03:05 +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: 8d469ef8-be9a-4d40-8f31-46626db755f3 X-Archives-Hash: f4d894eb7411cd9711dd619cf9c8ce5a commit: ffe2f8e7da01aa425467f0a0449f404d8adf4e6b Author: André Erdmann mailerd de> AuthorDate: Sat Aug 23 18:38:33 2014 +0000 Commit: André Erdmann mailerd de> CommitDate: Sat Aug 23 18:38:33 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=ffe2f8e7 roverlay/depres, slot rules: fix get_slot_result() --- roverlay/depres/simpledeprule/rules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roverlay/depres/simpledeprule/rules.py b/roverlay/depres/simpledeprule/rules.py index 797ba98..869c5aa 100644 --- a/roverlay/depres/simpledeprule/rules.py +++ b/roverlay/depres/simpledeprule/rules.py @@ -402,7 +402,7 @@ class SimpleFuzzySlotDependencyRule ( FuzzySimpleRule ): # -- end if # explicit return - return None + return False # --- end of get_slot_result (...) --- res = False