From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1516388-garchives=archives.gentoo.org@lists.gentoo.org> 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 4466215ACFC for <garchives@archives.gentoo.org>; Sun, 7 May 2023 04:53:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18ED5E0882; Sun, 7 May 2023 04:53:17 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B063AE0882 for <gentoo-commits@lists.gentoo.org>; Sun, 7 May 2023 04:53:16 +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 92477341339 for <gentoo-commits@lists.gentoo.org>; Sun, 7 May 2023 04:53:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01E6EA2B for <gentoo-commits@lists.gentoo.org>; Sun, 7 May 2023 04:53:14 +0000 (UTC) From: "John Helmert III" <ajak@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "John Helmert III" <ajak@gentoo.org> Message-ID: <1683435062.2815755d25096ea51f6e2b04eb5a64cdc0e0406d.ajak@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/arti/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/arti/arti-1.1.3.ebuild X-VCS-Directories: net-p2p/arti/ X-VCS-Committer: ajak X-VCS-Committer-Name: John Helmert III X-VCS-Revision: 2815755d25096ea51f6e2b04eb5a64cdc0e0406d X-VCS-Branch: master Date: Sun, 7 May 2023 04:53:14 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 415e2e42-01d9-420c-8e4a-afc44928f996 X-Archives-Hash: 76f528f84effa56a1ae4dca95ccc2e69 commit: 2815755d25096ea51f6e2b04eb5a64cdc0e0406d Author: John Helmert III <ajak <AT> gentoo <DOT> org> AuthorDate: Sun May 7 04:51:02 2023 +0000 Commit: John Helmert III <ajak <AT> gentoo <DOT> org> CommitDate: Sun May 7 04:51:02 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2815755d net-p2p/arti: fix DoubleEmptyLine Signed-off-by: John Helmert III <ajak <AT> gentoo.org> net-p2p/arti/arti-1.1.3.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/net-p2p/arti/arti-1.1.3.ebuild b/net-p2p/arti/arti-1.1.3.ebuild index f04d01312133..5b9ff8b19d00 100644 --- a/net-p2p/arti/arti-1.1.3.ebuild +++ b/net-p2p/arti/arti-1.1.3.ebuild @@ -434,8 +434,6 @@ CRATES=" zstd-sys-2.0.7+zstd.1.5.4 " - - inherit cargo MY_P="${PN}-${PN}-v${PV}"