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 03160158013 for ; Mon, 27 Sep 2021 04:30:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3545AE0933; Mon, 27 Sep 2021 04:30:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 15CE2E0933 for ; Mon, 27 Sep 2021 04:30:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CEE0C342CB4 for ; Mon, 27 Sep 2021 04:30:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AA44107 for ; Mon, 27 Sep 2021 04:30:12 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1632716999.94b87a8cbe9c589a23f67b78f1e2cc4e736c3f1e.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/etcd/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/etcd/etcd-3.4.14.ebuild X-VCS-Directories: dev-db/etcd/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 94b87a8cbe9c589a23f67b78f1e2cc4e736c3f1e X-VCS-Branch: master Date: Mon, 27 Sep 2021 04:30:12 +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: a6642975-77d7-4a06-908d-6038fad9c321 X-Archives-Hash: b326eb4ade079ceef94239abac74226c commit: 94b87a8cbe9c589a23f67b78f1e2cc4e736c3f1e Author: Wolfgang E. Sanyer gmail com> AuthorDate: Mon Sep 27 04:25:08 2021 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Sep 27 04:29:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94b87a8c dev-db/etcd: normalize leading whitespace Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Zac Medico gentoo.org> dev-db/etcd/etcd-3.4.14.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/etcd/etcd-3.4.14.ebuild b/dev-db/etcd/etcd-3.4.14.ebuild index b21d6525825..0f1ab44ae00 100644 --- a/dev-db/etcd/etcd-3.4.14.ebuild +++ b/dev-db/etcd/etcd-3.4.14.ebuild @@ -263,7 +263,7 @@ src_prepare() { default sed -e "s|GIT_SHA=.*|GIT_SHA=${GIT_COMMIT}|"\ -i "${S}"/build || die - sed -e 's:\(for p in \)shellcheck :\1 :' \ + sed -e 's:\(for p in \)shellcheck :\1 :' \ -e 's:^ gofmt \\$:\\:' \ -e 's:^ govet \\$:\\:' \ -e 's:^ govet_shadow \\$:\\:' \ @@ -278,7 +278,7 @@ src_prepare() { } src_compile() { - ./build || die + ./build || die } src_test() {