Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: pkgcore/pkgcheck#214 Signed-off-by: Robin H. Johnson <[email protected]>
- Loading branch information