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 0024B138335 for ; Sat, 16 Mar 2019 21:58:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 202D9E07EA; Sat, 16 Mar 2019 21:58:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 DE0D4E07EA for ; Sat, 16 Mar 2019 21:58:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D5B08335D0A for ; Sat, 16 Mar 2019 21:58:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73881560 for ; Sat, 16 Mar 2019 21:58:31 +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: <1552773500.93d09a5494dbf6b5629a3f9f63e3a00191e894b3.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/rqlite/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/rqlite/rqlite-4.4.0.ebuild X-VCS-Directories: dev-db/rqlite/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 93d09a5494dbf6b5629a3f9f63e3a00191e894b3 X-VCS-Branch: master Date: Sat, 16 Mar 2019 21:58:31 +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: 8eaa2605-3f25-4e60-8d35-cef46a3b7a91 X-Archives-Hash: 4c731ce8d180bbe8397e9714b530ce37 commit: 93d09a5494dbf6b5629a3f9f63e3a00191e894b3 Author: Zac Medico gentoo org> AuthorDate: Sat Mar 16 21:52:44 2019 +0000 Commit: Zac Medico gentoo org> CommitDate: Sat Mar 16 21:58:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93d09a54 dev-db/rqlite: filter GOCACHE vars (bug 678966) Reported-by: Toralf Förster gentoo.org> Closes: https://bugs.gentoo.org/678966 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Zac Medico gentoo.org> dev-db/rqlite/rqlite-4.4.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-db/rqlite/rqlite-4.4.0.ebuild b/dev-db/rqlite/rqlite-4.4.0.ebuild index 08528458fc9..f77d97d2360 100644 --- a/dev-db/rqlite/rqlite-4.4.0.ebuild +++ b/dev-db/rqlite/rqlite-4.4.0.ebuild @@ -37,6 +37,7 @@ SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz S="${WORKDIR}/${P}/src/${EGO_PN}" src_compile() { + export -n GOCACHE XDG_CACHE_HOME #678966 GOPATH="${WORKDIR}/${P}" \ GOBIN="${WORKDIR}/${P}/bin" \ go install \