public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-go/coveraggregator/
Date: Fri, 22 Mar 2019 00:04:17 +0000 (UTC)	[thread overview]
Message-ID: <1553212972.cddac59d06fe7327dcd1854f80d53532166d498e.zmedico@gentoo> (raw)

commit:     cddac59d06fe7327dcd1854f80d53532166d498e
Author:     Zac Medico <zachary.medico <AT> sony <DOT> com>
AuthorDate: Fri Mar 22 00:01:54 2019 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Fri Mar 22 00:02:52 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cddac59d

dev-go/coveraggregator: filter GOCACHE vars (bug 681202)

Reported-by: Toralf Förster <toralf <AT> gentoo.org>
Closes: https://bugs.gentoo.org/681202
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 dev-go/coveraggregator/coveraggregator-0_pre20170216.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-go/coveraggregator/coveraggregator-0_pre20170216.ebuild b/dev-go/coveraggregator/coveraggregator-0_pre20170216.ebuild
index 5f38582a0ac..65f3de29613 100644
--- a/dev-go/coveraggregator/coveraggregator-0_pre20170216.ebuild
+++ b/dev-go/coveraggregator/coveraggregator-0_pre20170216.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
@@ -16,6 +16,11 @@ IUSE=""
 DEPEND="dev-go/go-tools:="
 RDEPEND=""
 
+src_compile() {
+	export -n GOCACHE XDG_CACHE_HOME #681202
+	golang-build_src_compile
+}
+
 src_install() {
 	dobin ${PN}
 	dodoc src/${EGO_PN}/README.md


             reply	other threads:[~2019-03-22  0:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-22  0:04 Zac Medico [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-05-17  3:59 [gentoo-commits] repo/gentoo:master commit in: dev-go/coveraggregator/ Zac Medico
2019-11-29 18:42 Zac Medico
2017-02-16 17: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=1553212972.cddac59d06fe7327dcd1854f80d53532166d498e.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