app-misc/notary: Fix whitespace
authorMichał Górny <mgorny@gentoo.org>
Tue, 13 Aug 2019 13:56:29 +0000 (15:56 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 13 Aug 2019 14:10:36 +0000 (16:10 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-misc/notary/notary-0.6.1-r1.ebuild

index 00221646040f02c24aa82cb58d1089cebe25e8fb..5def4a774c576e2abdef114a4d097ead0969c735 100644 (file)
@@ -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
 }