go-module: workaround MissingUnpackerDep QA false positive
authorRobin H. Johnson <robbat2@gentoo.org>
Sat, 7 Mar 2020 19:54:46 +0000 (11:54 -0800)
committerRobin H. Johnson <robbat2@gentoo.org>
Sat, 7 Mar 2020 20:02:10 +0000 (12:02 -0800)
commit1b302a4d9361b070f0ace9547b1faa5b0cf5da89
tree6340c556c1c6fee2cf864d86632f658624b3c5ed
parent6158c8419d865a4ca24db06ebb459f563d43d603
go-module: workaround MissingUnpackerDep QA false positive

The go.sum behavior in this eclass triggers a false positive from
pkgcheck, specifically:
MissingUnpackerDep: version ...: missing BDEPEND="app-arch/unzip"

The eclass & package do NOT invoke any direct unpacking of the zipfiles,
and leave that entirely to Go's builtin code, making app-arch/unzip
completely unneeded.

Adding packages using the new eclass functionality will spam the above
MissingUnpackerDep warning, so workaround it for now, until pkgcheck/QA
can not give the false positive.

Reference: https://github.com/pkgcore/pkgcheck/issues/214
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
eclass/go-module.eclass