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 768DF1382C5 for ; Tue, 8 Jun 2021 07:12:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D01DEE085E; Tue, 8 Jun 2021 07:12:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B7373E085E for ; Tue, 8 Jun 2021 07:12:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C5068340C9A for ; Tue, 8 Jun 2021 07:12:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 686665C4 for ; Tue, 8 Jun 2021 07:12:35 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1623136345.c42330e6c61206501f8a1641103d8dbb2e8c5906.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/zfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/zfs/zfs-2.0.4-r1.ebuild X-VCS-Directories: sys-fs/zfs/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: c42330e6c61206501f8a1641103d8dbb2e8c5906 X-VCS-Branch: master Date: Tue, 8 Jun 2021 07:12:35 +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: d5075242-9d00-42b5-89b7-f23e6cbdbf25 X-Archives-Hash: dbc77a71e6a098d54585173df17dfe91 commit: c42330e6c61206501f8a1641103d8dbb2e8c5906 Author: Georgy Yakovlev gentoo org> AuthorDate: Tue Jun 8 07:11:37 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Tue Jun 8 07:12:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c42330e6 sys-fs/zfs: fix whitespace Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Georgy Yakovlev gentoo.org> sys-fs/zfs/zfs-2.0.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/zfs/zfs-2.0.4-r1.ebuild b/sys-fs/zfs/zfs-2.0.4-r1.ebuild index e22f834e451..143ae0938b4 100644 --- a/sys-fs/zfs/zfs-2.0.4-r1.ebuild +++ b/sys-fs/zfs/zfs-2.0.4-r1.ebuild @@ -78,7 +78,7 @@ REQUIRED_USE=" RESTRICT="test" -PATCHES=( +PATCHES=( "${FILESDIR}/bash-completion-sudo.patch" "${FILESDIR}/2.0.4-scrub-timers.patch" )