From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/containers-storage/
Date: Sat, 16 Mar 2019 23:08:10 +0000 (UTC) [thread overview]
Message-ID: <1552777680.7eb7b617b0da973e1a57c47142acf66fb1b4c51e.zmedico@gentoo> (raw)
commit: 7eb7b617b0da973e1a57c47142acf66fb1b4c51e
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 16 22:47:33 2019 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sat Mar 16 23:08:00 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eb7b617
app-emulation/containers-storage: filter GOCACHE vars (bug 678856)
Reported-by: Toralf Förster <toralf <AT> gentoo.org>
Closes: https://bugs.gentoo.org/678856
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
.../containers-storage/containers-storage-0_pre20180730.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/app-emulation/containers-storage/containers-storage-0_pre20180730.ebuild b/app-emulation/containers-storage/containers-storage-0_pre20180730.ebuild
index cd2ef64ffa5..d5caa6e3a62 100644
--- a/app-emulation/containers-storage/containers-storage-0_pre20180730.ebuild
+++ b/app-emulation/containers-storage/containers-storage-0_pre20180730.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -86,13 +86,14 @@ src_prepare() {
}
src_compile() {
+ export -n GOCACHE XDG_CACHE_HOME #678856
mkdir -p "${S}/src/github.com/pquerna" || die
ln -s "${S}/src/${EGO_PN}/vendor/github.com/pquerna/ffjson" "${WORKDIR}/${P}/src/github.com/pquerna/ffjson" || die
mkdir -p "${S}/bin" || die
cd "${S}/bin" || die
- GOPATH="${S}" GOBIN="${S}/bin" GOCACHE=off \
+ GOPATH="${S}" GOBIN="${S}/bin" \
go build -v -work -x ${EGO_BUILD_FLAGS} "${S}/src/github.com/pquerna/ffjson/ffjson.go" || die
- GOPATH="${S}" GOBIN="${S}/bin" PATH="${S}/bin:${PATH}" GOCACHE=off \
+ GOPATH="${S}" GOBIN="${S}/bin" PATH="${S}/bin:${PATH}" \
emake -C "${S}/src/${EGO_PN}" containers-storage docs
}
next reply other threads:[~2019-03-16 23:08 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-16 23:08 Zac Medico [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-04-26 21:38 [gentoo-commits] repo/gentoo:master commit in: app-emulation/containers-storage/ Zac Medico
2021-04-26 21:38 Zac Medico
2020-08-29 23:13 Zac Medico
2020-06-05 19:20 Zac Medico
2020-06-05 18:34 Zac Medico
2020-04-02 2:36 Zac Medico
2020-01-18 18:00 Zac Medico
2019-12-05 18:32 Zac Medico
2019-12-05 18:27 Zac Medico
2019-11-29 5:50 Zac Medico
2019-11-29 5:37 Zac Medico
2019-11-26 16:33 Zac Medico
2019-11-26 3:15 Zac Medico
2019-11-21 6:10 Zac Medico
2019-11-15 20:33 Zac Medico
2019-10-18 6:17 Zac Medico
2019-09-19 3:24 Zac Medico
2019-09-19 3:02 Zac Medico
2019-09-19 3:02 Zac Medico
2019-08-07 23:42 Zac Medico
2019-08-07 23:34 Zac Medico
2019-08-07 23:33 Zac Medico
2019-08-02 19:55 Zac Medico
2019-07-25 18:09 Zac Medico
2019-06-09 22:55 Zac Medico
2019-06-09 22:41 Zac Medico
2019-06-06 19:35 Zac Medico
2019-06-06 19:28 Zac Medico
2019-06-02 6:37 Zac Medico
2019-06-02 6:23 Zac Medico
2019-05-29 0:28 Zac Medico
2018-08-26 0:06 Zac Medico
2018-08-25 4:34 Zac Medico
2018-08-25 4:29 Zac Medico
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1552777680.7eb7b617b0da973e1a57c47142acf66fb1b4c51e.zmedico@gentoo \
--to=zmedico@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox