summaryrefslogtreecommitdiff
path: root/app-emulation/docker-registry/docker-registry-2.7.0-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/docker-registry/docker-registry-2.7.0-r1.ebuild')
-rw-r--r--app-emulation/docker-registry/docker-registry-2.7.0-r1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/app-emulation/docker-registry/docker-registry-2.7.0-r1.ebuild b/app-emulation/docker-registry/docker-registry-2.7.0-r1.ebuild
index c117f1e13143..7f36e363292f 100644
--- a/app-emulation/docker-registry/docker-registry-2.7.0-r1.ebuild
+++ b/app-emulation/docker-registry/docker-registry-2.7.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -28,7 +28,6 @@ src_prepare() {
}
src_compile() {
- export -n GOCACHE XDG_CACHE_HOME #681072
GOPATH="${S}" \
go install -v -work -x ${EGO_BUILD_FLAGS} "${EGO_PN}/..." || die
}