From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3F285138334 for ; Tue, 10 Dec 2019 04:51:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CCCEE0883; Tue, 10 Dec 2019 04:51:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5FA00E0883 for ; Tue, 10 Dec 2019 04:51:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2473334D8D9 for ; Tue, 10 Dec 2019 04:51:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19B1E8A7 for ; Tue, 10 Dec 2019 04:50:58 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1575953352.c29100eadfcf1e37ab2cce20f8cd3f0b025d8144.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/cadvisor/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/cadvisor/cadvisor-0.34.0.ebuild X-VCS-Directories: app-emulation/cadvisor/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: c29100eadfcf1e37ab2cce20f8cd3f0b025d8144 X-VCS-Branch: master Date: Tue, 10 Dec 2019 04:50:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 585e99b9-55dd-4d9b-b38a-5e9384ad9cd0 X-Archives-Hash: a6709971575197d35e3c2f551a40355c commit: c29100eadfcf1e37ab2cce20f8cd3f0b025d8144 Author: Zac Medico gentoo org> AuthorDate: Tue Dec 10 04:48:31 2019 +0000 Commit: Zac Medico gentoo org> CommitDate: Tue Dec 10 04:49:12 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c29100ea app-emulation/cadvisor: export -n GOCACHE Closes: https://bugs.gentoo.org/679068 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Zac Medico gentoo.org> app-emulation/cadvisor/cadvisor-0.34.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-emulation/cadvisor/cadvisor-0.34.0.ebuild b/app-emulation/cadvisor/cadvisor-0.34.0.ebuild index 60ea53e3723..76ad3d58d03 100644 --- a/app-emulation/cadvisor/cadvisor-0.34.0.ebuild +++ b/app-emulation/cadvisor/cadvisor-0.34.0.ebuild @@ -30,6 +30,7 @@ src_prepare() { } src_compile() { + export -n GOCACHE XDG_CACHE_HOME pushd "src/${EGO_PN}" GO_FLAGS="-v -work -x" VERBOSE="true" GOPATH="${S}:$(get_golibdir_gopath)" emake build popd || die