commit: 8dbe79ce4cb866db1b29265e7d129cb866c136ba
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 15 10:00:11 2026 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Feb 15 10:00:11 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dbe79ce
app-backup/restic: Fix cross-compiling
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
app-backup/restic/restic-0.18.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-backup/restic/restic-0.18.1.ebuild
b/app-backup/restic/restic-0.18.1.ebuild
index 736cccc88fd4..6dafcf940af7 100644
--- a/app-backup/restic/restic-0.18.1.ebuild
+++ b/app-backup/restic/restic-0.18.1.ebuild
@@ -28,7 +28,7 @@ src_unpack() {
verify-sig_verify_detached "${DISTDIR}"/${P}.tar.gz
"${DISTDIR}"/${P}.tar.gz.asc
fi
- default
+ go-module_src_unpack
}
src_compile() {