From 1e165571b810b26ca104ac7a96fe52213cf7ca3a Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 8 Feb 2016 09:34:18 +0100 Subject: [PATCH] net-p2p/syncthing: set version number during build process As suggested by Dennis Schridde. Package-Manager: portage-2.2.26 --- .../{syncthing-0.12.17.ebuild => syncthing-0.12.17-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename net-p2p/syncthing/{syncthing-0.12.17.ebuild => syncthing-0.12.17-r1.ebuild} (93%) diff --git a/net-p2p/syncthing/syncthing-0.12.17.ebuild b/net-p2p/syncthing/syncthing-0.12.17-r1.ebuild similarity index 93% rename from net-p2p/syncthing/syncthing-0.12.17.ebuild rename to net-p2p/syncthing/syncthing-0.12.17-r1.ebuild index 605263a8faea..679860a8f5cb 100644 --- a/net-p2p/syncthing/syncthing-0.12.17.ebuild +++ b/net-p2p/syncthing/syncthing-0.12.17-r1.ebuild @@ -24,7 +24,7 @@ RDEPEND="" src_compile() { export GOPATH="${S}:$(get_golibdir_gopath)" cd src/${EGO_PN} - go run build.go || die "build failed" + go run build.go -version "${PV}" || die "build failed" } #go test: -race is only supported on amd64 platforms -- 2.26.2