On Mon, Sep 09, 2019 at 11:19:02AM -0700, Zac Medico wrote: > On 9/9/19 10:34 AM, William Hubbs wrote: > > > There is another option I want to try which is adding "go mod vendor" to > > src_unpack for go packages. > > If you do that then it will violate FEATURES=network-sandbox (default) > unless you also do PROPERTIES+=" live". > > We could add a separate PROPERTIES value for this, I've suggested it > before but both Michał Górny and Ulrich Mueller were against it: > > https://archives.gentoo.org/gentoo-portage-dev/message/6d696661b29b6e2b8c82061e89e4718f If checksum verification is the concern, Go 1.13 also has this: https://blog.golang.org/module-mirror-launch Thoughts? Does this make the case for a property for these kinds of ebuilds? William