From 8c4eca6e14e4fd5d531ba2a4dce18271689e341f Mon Sep 17 00:00:00 2001 From: Matt Jolly Date: Wed, 4 Jun 2025 10:12:44 +1000 Subject: dev-lang/rust: actually fix verify sig My previous fix didn't actually unpack tarballs at all. Signed-off-by: Matt Jolly --- dev-lang/rust/rust-1.85.1-r1.ebuild | 1 + 1 file changed, 1 insertion(+) (limited to 'dev-lang/rust/rust-1.85.1-r1.ebuild') diff --git a/dev-lang/rust/rust-1.85.1-r1.ebuild b/dev-lang/rust/rust-1.85.1-r1.ebuild index 6c827a53b625..b4b88abc8398 100644 --- a/dev-lang/rust/rust-1.85.1-r1.ebuild +++ b/dev-lang/rust/rust-1.85.1-r1.ebuild @@ -222,6 +222,7 @@ src_unpack() { elif use verify-sig ; then # Patch tarballs are not signed (but we trust Gentoo infra) verify-sig_verify_detached "${DISTDIR}"/rustc-${PV}-src.tar.xz{,.asc} + default else default fi -- cgit v1.2.3