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 38615138334 for ; Tue, 19 Mar 2019 20:19:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 401A6E0833; Tue, 19 Mar 2019 20:19:25 +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 025EDE0833 for ; Tue, 19 Mar 2019 20:19:24 +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 8F191335CC8 for ; Tue, 19 Mar 2019 20:19:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACA004E3 for ; Tue, 19 Mar 2019 20:19:21 +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: <1553026672.30cdd8569e83c15fa24520ccc3cdb9dafe1f2342.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-go/go-text/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-go/go-text/go-text-0.3.0.ebuild dev-go/go-text/go-text-0_pre20160211.ebuild dev-go/go-text/go-text-9999.ebuild X-VCS-Directories: dev-go/go-text/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 30cdd8569e83c15fa24520ccc3cdb9dafe1f2342 X-VCS-Branch: master Date: Tue, 19 Mar 2019 20:19:21 +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: 211f5b5d-3992-44b7-b665-a0701c7ef1af X-Archives-Hash: bed14bad0c133ac597f2667f30394652 commit: 30cdd8569e83c15fa24520ccc3cdb9dafe1f2342 Author: Zac Medico gentoo org> AuthorDate: Tue Mar 19 20:17:47 2019 +0000 Commit: Zac Medico gentoo org> CommitDate: Tue Mar 19 20:17:52 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30cdd856 dev-go/go-text: filter GOCACHE vars (bug 680946) Reported-by: Toralf Förster gentoo.org> Closes: https://bugs.gentoo.org/680946 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Zac Medico gentoo.org> dev-go/go-text/go-text-0.3.0.ebuild | 3 ++- dev-go/go-text/go-text-0_pre20160211.ebuild | 3 ++- dev-go/go-text/go-text-9999.ebuild | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/dev-go/go-text/go-text-0.3.0.ebuild b/dev-go/go-text/go-text-0.3.0.ebuild index 84a3b008c10..c590eadea63 100644 --- a/dev-go/go-text/go-text-0.3.0.ebuild +++ b/dev-go/go-text/go-text-0.3.0.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 @@ -24,6 +24,7 @@ DEPEND=">=dev-go/go-tools-0_pre20180817" RDEPEND="" src_compile() { + export -n GOCACHE XDG_CACHE_HOME #680946 # Create an isolated golibdir in order to avoid an # "use of internal package not allowed" error when # and older version is installed. diff --git a/dev-go/go-text/go-text-0_pre20160211.ebuild b/dev-go/go-text/go-text-0_pre20160211.ebuild index 979b835ba8c..a723fc4cfc5 100644 --- a/dev-go/go-text/go-text-0_pre20160211.ebuild +++ b/dev-go/go-text/go-text-0_pre20160211.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -25,6 +25,7 @@ DEPEND="" RDEPEND="" src_compile() { + export -n GOCACHE XDG_CACHE_HOME #680946 # Create a writable GOROOT in order to avoid sandbox violations. cp -sR "$(go env GOROOT)" "${T}/goroot" || die rm -rf "${T}/goroot/src/${EGO_SRC}" || die diff --git a/dev-go/go-text/go-text-9999.ebuild b/dev-go/go-text/go-text-9999.ebuild index 4d851787c26..0740869fb57 100644 --- a/dev-go/go-text/go-text-9999.ebuild +++ b/dev-go/go-text/go-text-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -25,6 +25,7 @@ DEPEND=">=dev-go/go-tools-0_pre20180817" RDEPEND="" src_compile() { + export -n GOCACHE XDG_CACHE_HOME #680946 # Create an isolated golibdir in order to avoid an # "use of internal package not allowed" error when # and older version is installed.