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 D043C158089 for ; Fri, 8 Sep 2023 19:36:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9FC92BC08E; Fri, 8 Sep 2023 19:36:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CA9F12BC08E for ; Fri, 8 Sep 2023 19:36:50 +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 DCE82335C56 for ; Fri, 8 Sep 2023 19:36:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E6BA1143 for ; Fri, 8 Sep 2023 19:36:48 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1694201804.af9aa1f88a47a67f1a0db074af75d079da2ce596.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ruff/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/ruff/ruff-0.0.287.ebuild X-VCS-Directories: dev-util/ruff/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: af9aa1f88a47a67f1a0db074af75d079da2ce596 X-VCS-Branch: master Date: Fri, 8 Sep 2023 19:36:48 +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: a3a5e9bc-14d2-44bb-9cbc-f9c3ff73767f X-Archives-Hash: 76c35118b678f8a95723cf853788045a commit: af9aa1f88a47a67f1a0db074af75d079da2ce596 Author: Patrick McLean gentoo org> AuthorDate: Fri Sep 8 19:36:30 2023 +0000 Commit: Patrick McLean gentoo org> CommitDate: Fri Sep 8 19:36:44 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af9aa1f8 dev-util/ruff: Remove extra newline Signed-off-by: Patrick McLean gentoo.org> dev-util/ruff/ruff-0.0.287.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-util/ruff/ruff-0.0.287.ebuild b/dev-util/ruff/ruff-0.0.287.ebuild index 877175df1453..4fe5a42f47fd 100644 --- a/dev-util/ruff/ruff-0.0.287.ebuild +++ b/dev-util/ruff/ruff-0.0.287.ebuild @@ -413,7 +413,6 @@ LICENSE+=" ISC SSLeay openssl MIT " - BDEPEND=" dev-util/patchelf >=virtual/rust-1.71