commit: de0c017e29dcc5c14ca9ca423192194c7a5e3196
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 13 13:56:29 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 13 14:10:36 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de0c017e
app-misc/notary: Fix whitespace
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-misc/notary/notary-0.6.1-r1.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-misc/notary/notary-0.6.1-r1.ebuild
b/app-misc/notary/notary-0.6.1-r1.ebuild
index 00221646040..5def4a774c5 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
}