>>>>> On Mon, 09 Sep 2019, William Hubbs wrote: > There is another option I want to try which is adding "go mod vendor" > to src_unpack for go packages. That's pretty much a no-go for a regular Gentoo package, because it would circumvent checksum verification, and would require network access at build time. In other words, it would make the ebuild a "live" ebuild, which means that it could never have any keywords. Ulrich