From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9268A15808B for ; Sat, 17 Feb 2024 00:00:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC9E4E29D2; Sat, 17 Feb 2024 00:00:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9FC15E29D2 for ; Sat, 17 Feb 2024 00:00:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A67B4340DE6 for ; Sat, 17 Feb 2024 00:00:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF7EE1132 for ; Sat, 17 Feb 2024 00:00:32 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1708127933.f7a80ce2b93f9a65ab7d3383a771d532445c1279.sam@gentoo> Subject: [gentoo-commits] proj/gentoolkit:master commit in: pym/gentoolkit/enalyze/ X-VCS-Repository: proj/gentoolkit X-VCS-Files: pym/gentoolkit/enalyze/rebuild.py X-VCS-Directories: pym/gentoolkit/enalyze/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f7a80ce2b93f9a65ab7d3383a771d532445c1279 X-VCS-Branch: master Date: Sat, 17 Feb 2024 00:00:32 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 42595023-de8e-468a-8656-2b09f7489ad9 X-Archives-Hash: ea6989cda3372a475a12b221aab10a52 commit: f7a80ce2b93f9a65ab7d3383a771d532445c1279 Author: Sam James gentoo org> AuthorDate: Fri Feb 16 23:58:53 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 16 23:58:53 2024 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=f7a80ce2 enalyze: placate black Signed-off-by: Sam James gentoo.org> pym/gentoolkit/enalyze/rebuild.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/gentoolkit/enalyze/rebuild.py b/pym/gentoolkit/enalyze/rebuild.py index 074e2f5..f4a348a 100644 --- a/pym/gentoolkit/enalyze/rebuild.py +++ b/pym/gentoolkit/enalyze/rebuild.py @@ -167,7 +167,7 @@ class Rebuild(ModuleBase): "pretend": False, "prefix": False, "portage": True, - "slot": False + "slot": False, # "unset": False } self.module_opts = {