From fcd3f868b93b6e707841fdce724155795071e1cd Mon Sep 17 00:00:00 2001 From: Erik Mackdanz Date: Wed, 3 Feb 2016 17:53:43 -0600 Subject: app-emulation/lxd: bump to 2.0.0_beta1 Package-Manager: portage-2.2.27 --- .../lxd/files/lxd-2.0.0_beta1-dont-go-get.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 app-emulation/lxd/files/lxd-2.0.0_beta1-dont-go-get.patch (limited to 'app-emulation/lxd/files/lxd-2.0.0_beta1-dont-go-get.patch') 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" + -- cgit v1.2.3