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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6D2BA13835A for ; Mon, 19 Apr 2021 23:12:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FBD9E0801; Mon, 19 Apr 2021 23:12:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69357E0801 for ; Mon, 19 Apr 2021 23:12:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3FB20340E46 for ; Mon, 19 Apr 2021 23:12:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8787A64A for ; Mon, 19 Apr 2021 23:12:23 +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: <1618873912.9959b6d2d2d18d328faf846bd2add48e346a6b23.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/restic/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/restic/restic-0.12.0.ebuild X-VCS-Directories: app-backup/restic/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9959b6d2d2d18d328faf846bd2add48e346a6b23 X-VCS-Branch: master Date: Mon, 19 Apr 2021 23:12:23 +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: bb4e4ea2-b46f-4838-9fba-0e1d4e8f6ed8 X-Archives-Hash: 553e31abfa7270132e1d0f36ea3bc9d9 commit: 9959b6d2d2d18d328faf846bd2add48e346a6b23 Author: Sam James gentoo org> AuthorDate: Mon Apr 19 23:11:52 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 19 23:11:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9959b6d2 app-backup/restic: fix WhitespaceFound Signed-off-by: Sam James gentoo.org> app-backup/restic/restic-0.12.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-backup/restic/restic-0.12.0.ebuild b/app-backup/restic/restic-0.12.0.ebuild index 4ae0b29ee88..2f9ae425235 100644 --- a/app-backup/restic/restic-0.12.0.ebuild +++ b/app-backup/restic/restic-0.12.0.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="A backup program that is fast, efficient and secure" HOMEPAGE="https://restic.github.io/" EGO_SUM=( - "bazil.org/fuse v0.0.0-20200407214033-5883e5a4b512" + "bazil.org/fuse v0.0.0-20200407214033-5883e5a4b512" "bazil.org/fuse v0.0.0-20200407214033-5883e5a4b512/go.mod" "cloud.google.com/go v0.26.0/go.mod" "cloud.google.com/go v0.34.0/go.mod"