Re: [gentoo-dev] rfc: adding GOPATH to ENV_UNSET in base profile

2020-06-05 Thread William Hubbs
On Mon, Jun 01, 2020 at 04:31:16PM +0200, Rafael Goncalves Martins wrote: > On Sun, May 31, 2020 at 9:06 PM William Hubbs wrote: > > > All, > > > > The GOPATH variable has similar issues to GOBIN [1], so I would like to > > add it along side GOBIN to ENV_UNSET in the base profile. > > > > The mes

Re: [gentoo-dev] rfc: adding GOPATH to ENV_UNSET in base profile

2020-06-01 Thread Rafael Goncalves Martins
On Sun, May 31, 2020 at 9:06 PM William Hubbs wrote: > All, > > The GOPATH variable has similar issues to GOBIN [1], so I would like to > add it along side GOBIN to ENV_UNSET in the base profile. > > The message link below is only there for reference, but I see ebuilds > unsetting GOPATH in the t

[gentoo-dev] rfc: adding GOPATH to ENV_UNSET in base profile

2020-05-31 Thread William Hubbs
All, The GOPATH variable has similar issues to GOBIN [1], so I would like to add it along side GOBIN to ENV_UNSET in the base profile. The message link below is only there for reference, but I see ebuilds unsetting GOPATH in the tree and this would take care of it across all of the tree. Thought