From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1292304-garchives=archives.gentoo.org@lists.gentoo.org> 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 D6CF81382C5 for <garchives@archives.gentoo.org>; Fri, 11 Jun 2021 02:08:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35DDDE088C; Fri, 11 Jun 2021 02:08:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 202D4E088C for <gentoo-commits@lists.gentoo.org>; Fri, 11 Jun 2021 02:08:19 +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 B9325335D1F for <gentoo-commits@lists.gentoo.org>; Fri, 11 Jun 2021 02:08:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57FA97A7 for <gentoo-commits@lists.gentoo.org>; Fri, 11 Jun 2021 02:08:16 +0000 (UTC) From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org> Message-ID: <1623377283.14a5349ac8e3ee973eb0d3dee627cb75f53f635c.sam@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.1.0_rc7.ebuild sys-fs/zfs/zfs-9999.ebuild X-VCS-Directories: sys-fs/zfs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 14a5349ac8e3ee973eb0d3dee627cb75f53f635c X-VCS-Branch: master Date: Fri, 11 Jun 2021 02:08:16 +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: ce828e1f-410d-44ee-8f04-519594bce5b2 X-Archives-Hash: be8aec79aec40937a7ce87f573d2c697 commit: 14a5349ac8e3ee973eb0d3dee627cb75f53f635c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jun 11 02:08:03 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jun 11 02:08:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14a5349a sys-fs/zfs: fix DoubleEmptyLine Signed-off-by: Sam James <sam <AT> gentoo.org> sys-fs/zfs/zfs-2.1.0_rc7.ebuild | 1 - sys-fs/zfs/zfs-9999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/sys-fs/zfs/zfs-2.1.0_rc7.ebuild b/sys-fs/zfs/zfs-2.1.0_rc7.ebuild index 90a0325d284..957b611b7ef 100644 --- a/sys-fs/zfs/zfs-2.1.0_rc7.ebuild +++ b/sys-fs/zfs/zfs-2.1.0_rc7.ebuild @@ -156,7 +156,6 @@ src_prepare() { # Run unconditionally (bug #792627) eautoreconf - if [[ ${PV} != "9999" ]]; then # Set revision number sed -i "s/\(Release:\)\(.*\)1/\1\2${PR}-gentoo/" META || die "Could not set Gentoo release" diff --git a/sys-fs/zfs/zfs-9999.ebuild b/sys-fs/zfs/zfs-9999.ebuild index 90a0325d284..957b611b7ef 100644 --- a/sys-fs/zfs/zfs-9999.ebuild +++ b/sys-fs/zfs/zfs-9999.ebuild @@ -156,7 +156,6 @@ src_prepare() { # Run unconditionally (bug #792627) eautoreconf - if [[ ${PV} != "9999" ]]; then # Set revision number sed -i "s/\(Release:\)\(.*\)1/\1\2${PR}-gentoo/" META || die "Could not set Gentoo release"