summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/lxd/files/lxd-2.0.0_beta3-dont-go-get.patch')
-rw-r--r--app-emulation/lxd/files/lxd-2.0.0_beta3-dont-go-get.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/app-emulation/lxd/files/lxd-2.0.0_beta3-dont-go-get.patch b/app-emulation/lxd/files/lxd-2.0.0_beta3-dont-go-get.patch
deleted file mode 100644
index d2e622ec73b7..000000000000
--- a/app-emulation/lxd/files/lxd-2.0.0_beta3-dont-go-get.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- Makefile.orig 2016-02-19 00:16:40.720102639 +0000
-+++ Makefile 2016-02-19 00:18:10.886096473 +0000
-@@ -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 $(DEBUG) ./...
- @echo "LXD built successfully"
-
- .PHONY: client
- client:
-- # Must run twice due to go get race
-- -go get -t -v -d ./...
-- -go get -t -v -d ./...
- go install -v $(DEBUG) ./lxc
- @echo "LXD client built successfully"
-