From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1127845-garchives=archives.gentoo.org@lists.gentoo.org> 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 E28D0138334 for <garchives@archives.gentoo.org>; Fri, 6 Dec 2019 08:05:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C50CE086F; Fri, 6 Dec 2019 08:05:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 94F98E086F for <gentoo-commits@lists.gentoo.org>; Fri, 6 Dec 2019 08:05: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 690CA34D82E for <gentoo-commits@lists.gentoo.org>; Fri, 6 Dec 2019 08:05:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BED54778 for <gentoo-commits@lists.gentoo.org>; Fri, 6 Dec 2019 08:05:30 +0000 (UTC) From: "Zac Medico" <zmedico@gentoo.org> 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" <zmedico@gentoo.org> Message-ID: <1575619344.acc573f267289b38d11a0423f88cd77bb9ce5b2e.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libpod/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/libpod/libpod-1.6.3-r2.ebuild X-VCS-Directories: app-emulation/libpod/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: acc573f267289b38d11a0423f88cd77bb9ce5b2e X-VCS-Branch: master Date: Fri, 6 Dec 2019 08:05:30 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1251e942-e4ae-4171-a57d-9cd0331af6d0 X-Archives-Hash: 7e3cb7de69a4f4bf8fefe7d8c98dc925 commit: acc573f267289b38d11a0423f88cd77bb9ce5b2e Author: Michael Schmid <meheschmid <AT> gmx <DOT> ch> AuthorDate: Fri Dec 6 08:00:59 2019 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Fri Dec 6 08:02:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acc573f2 app-emulation/libpod: export -n GOPATH Closes: https://bugs.gentoo.org/702138 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> app-emulation/libpod/libpod-1.6.3-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/libpod/libpod-1.6.3-r2.ebuild b/app-emulation/libpod/libpod-1.6.3-r2.ebuild index f8dcfddf4eb..345becae929 100644 --- a/app-emulation/libpod/libpod-1.6.3-r2.ebuild +++ b/app-emulation/libpod/libpod-1.6.3-r2.ebuild @@ -83,7 +83,7 @@ src_compile() { echo -e "#!/bin/sh\ntrue" > hack/selinux_tag.sh || die fi - export -n GOCACHE XDG_CACHE_HOME + export -n GOCACHE GOPATH XDG_CACHE_HOME GOBIN="${S}/bin" \ emake all \ GIT_BRANCH=master \