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 18C16158086 for ; Tue, 7 Dec 2021 07:47:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 506FAE07B3; Tue, 7 Dec 2021 07:47:37 +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 3763FE07B3 for ; Tue, 7 Dec 2021 07:47:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 38D833434CF for ; Tue, 7 Dec 2021 07:47:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E463079 for ; Tue, 7 Dec 2021 07:47:34 +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: <1638863246.81c17fda41885f9763d80799b08d2ebf1c4bb3fe.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/git-delta/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/git-delta/git-delta-0.11.1.ebuild X-VCS-Directories: dev-util/git-delta/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 81c17fda41885f9763d80799b08d2ebf1c4bb3fe X-VCS-Branch: master Date: Tue, 7 Dec 2021 07:47:34 +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: 15684f91-0dee-41a6-a132-3978b250b6ca X-Archives-Hash: bba07c64c417dfd5247e4a6e0b4e56f8 commit: 81c17fda41885f9763d80799b08d2ebf1c4bb3fe Author: Sam James gentoo org> AuthorDate: Tue Dec 7 07:47:26 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Dec 7 07:47:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81c17fda dev-util/git-delta: fix DoubleEmptyLine Signed-off-by: Sam James gentoo.org> dev-util/git-delta/git-delta-0.11.1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-util/git-delta/git-delta-0.11.1.ebuild b/dev-util/git-delta/git-delta-0.11.1.ebuild index 75aad2744252..508f89a40667 100644 --- a/dev-util/git-delta/git-delta-0.11.1.ebuild +++ b/dev-util/git-delta/git-delta-0.11.1.ebuild @@ -3,7 +3,6 @@ EAPI=8 - CRATES=" adler-0.2.3 aho-corasick-0.7.15