commit: d2244d7108dc2bc2820efcdf85719358ed36f48b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Dec 4 07:29:35 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Dec 4 07:30:44 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2244d71
app-containers/docker: fix cross-compiliation by calling go-module_src_unpack Closes: https://bugs.gentoo.org/907639 Thanks-to: Alex Barker Signed-off-by: Sam James <sam <AT> gentoo.org> app-containers/docker/docker-28.0.4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-containers/docker/docker-28.0.4.ebuild b/app-containers/docker/docker-28.0.4.ebuild index 9964d5337ebb..a2b6e66417e6 100644 --- a/app-containers/docker/docker-28.0.4.ebuild +++ b/app-containers/docker/docker-28.0.4.ebuild @@ -232,6 +232,7 @@ pkg_setup() { src_unpack() { default + go-module_src_unpack cd "${S}" [[ -f go.mod ]] || ln -s vendor.mod go.mod || die [[ -f go.sum ]] || ln -s vendor.sum go.sum || die
