diff options
author | Michael Schmid <meheschmid@gmx.ch> | 2019-12-06 00:00:59 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2019-12-06 00:02:24 -0800 |
commit | acc573f267289b38d11a0423f88cd77bb9ce5b2e (patch) | |
tree | 58803e2453e26ffc0a8ddb78ac97a3d8b947091b /app-emulation | |
parent | app-portage/repoman: Bump to version 2.3.20 (diff) | |
download | gentoo-acc573f267289b38d11a0423f88cd77bb9ce5b2e.tar.gz gentoo-acc573f267289b38d11a0423f88cd77bb9ce5b2e.tar.bz2 gentoo-acc573f267289b38d11a0423f88cd77bb9ce5b2e.zip |
app-emulation/libpod: export -n GOPATH
Closes: https://bugs.gentoo.org/702138
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/libpod/libpod-1.6.3-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/libpod/libpod-1.6.3-r2.ebuild b/app-emulation/libpod/libpod-1.6.3-r2.ebuild index f8dcfddf4ebd..345becae9294 100644 --- a/app-emulation/libpod/libpod-1.6.3-r2.ebuild +++ b/app-emulation/libpod/libpod-1.6.3-r2.ebuild @@ -83,7 +83,7 @@ src_compile() { echo -e "#!/bin/sh\ntrue" > hack/selinux_tag.sh || die fi - export -n GOCACHE XDG_CACHE_HOME + export -n GOCACHE GOPATH XDG_CACHE_HOME GOBIN="${S}/bin" \ emake all \ GIT_BRANCH=master \ |