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