From: Michał Górny Date: Tue, 13 Aug 2019 13:56:29 +0000 (+0200) Subject: app-misc/notary: Fix whitespace X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=de0c017e29dcc5c14ca9ca423192194c7a5e3196;p=gentoo.git app-misc/notary: Fix whitespace Signed-off-by: Michał Górny --- diff --git a/app-misc/notary/notary-0.6.1-r1.ebuild b/app-misc/notary/notary-0.6.1-r1.ebuild index 00221646040f..5def4a774c57 100644 --- a/app-misc/notary/notary-0.6.1-r1.ebuild +++ b/app-misc/notary/notary-0.6.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -24,11 +24,11 @@ pkg_setup() { src_compile() { pushd src/${EGO_PN} || die GOPATH=${S} go install -v -tags pkcs11 -ldflags "-w -X ${EGO_PN}/version.GitCommit=${GIT_COMMIT} -X ${EGO_PN}/version.NotaryVersion=${PV}" \ - ${EGO_PN}/cmd/notary-server || die + ${EGO_PN}/cmd/notary-server || die GOPATH=${S} go install -v -tags pkcs11 -ldflags "-w -X ${EGO_PN}/version.GitCommit=${GIT_COMMIT} -X ${EGO_PN}/version.NotaryVersion=${PV}" \ - ${EGO_PN}/cmd/notary-signer || die + ${EGO_PN}/cmd/notary-signer || die GOPATH=${S} go install -v -tags pkcs11 -ldflags "-w -X ${EGO_PN}/version.GitCommit=${GIT_COMMIT} -X ${EGO_PN}/version.NotaryVersion=${PV}" \ - ${EGO_PN}/cmd/notary || die + ${EGO_PN}/cmd/notary || die popd || die }