diff options
author | 2016-02-03 17:53:43 -0600 | |
---|---|---|
committer | 2016-02-03 17:53:43 -0600 | |
commit | fcd3f868b93b6e707841fdce724155795071e1cd (patch) | |
tree | e6d7b7338d56bc7bd87bb9f462600ce88bc6e5e8 /app-emulation/lxd/files/lxd-2.0.0_beta1-dont-go-get.patch | |
parent | profiles: Mask dev-java/concurrent-util (diff) | |
download | gentoo-fcd3f868b93b6e707841fdce724155795071e1cd.tar.gz gentoo-fcd3f868b93b6e707841fdce724155795071e1cd.tar.bz2 gentoo-fcd3f868b93b6e707841fdce724155795071e1cd.zip |
app-emulation/lxd: bump to 2.0.0_beta1
Package-Manager: portage-2.2.27
Diffstat (limited to 'app-emulation/lxd/files/lxd-2.0.0_beta1-dont-go-get.patch')
-rw-r--r-- | app-emulation/lxd/files/lxd-2.0.0_beta1-dont-go-get.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app-emulation/lxd/files/lxd-2.0.0_beta1-dont-go-get.patch b/app-emulation/lxd/files/lxd-2.0.0_beta1-dont-go-get.patch new file mode 100644 index 000000000000..9964af6aec43 --- /dev/null +++ b/app-emulation/lxd/files/lxd-2.0.0_beta1-dont-go-get.patch @@ -0,0 +1,20 @@ +--- Makefile.orig 2015-12-28 19:23:28.425122306 -0600 ++++ Makefile 2015-12-28 19:25:09.482123654 -0600 +@@ -12,17 +12,11 @@ + + .PHONY: default + default: +- # Must run twice due to go get race +- -go get -t -v -d ./... +- -go get -t -v -d ./... + go install -v ./... + @echo "LXD built succesfuly" + + .PHONY: client + client: +- # Must run twice due to go get race +- -go get -t -v -d ./... +- -go get -t -v -d ./... + go install -v ./lxc + @echo "LXD client built succesfuly" + |