commit:     0b488fac91677d6e7cd90b0c22bce0f3f2e9d496
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 17 19:46:08 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Nov 17 19:46:08 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b488fac

dev-util/drone: Fix quotes

Package-Manager: portage-2.3.2

 dev-util/drone/drone-0.5.0_pre20161019.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/drone/drone-0.5.0_pre20161019.ebuild 
b/dev-util/drone/drone-0.5.0_pre20161019.ebuild
index 45fc4b4..93dfb8d 100644
--- a/dev-util/drone/drone-0.5.0_pre20161019.ebuild
+++ b/dev-util/drone/drone-0.5.0_pre20161019.ebuild
@@ -24,7 +24,7 @@ src_compile() {
        GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)" emake -C 
src/github.com/drone/drone gen || die
        pushd src || die
        DRONE_BUILD_NUMBER="${EGIT_COMMIT}" 
GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)"\
-               go install -ldflags '-extldflags "-static" -X 
github.com/drone/drone/version.VersionDev=${EGIT_COMMIT}' 
github.com/drone/drone/drone || die
+               go install -ldflags "-extldflags '-static' -X 
github.com/drone/drone/version.VersionDev=${EGIT_COMMIT}" 
github.com/drone/drone/drone || die
        popd || die
 }
 

Reply via email to