summaryrefslogtreecommitdiff
path: root/dev-lang/rust/rust-1.85.0-r2.ebuild
diff options
context:
space:
mode:
authorMatt Jolly <kangie@gentoo.org>2025-06-04 10:12:44 +1000
committerMatt Jolly <kangie@gentoo.org>2025-06-04 10:17:28 +1000
commit8c4eca6e14e4fd5d531ba2a4dce18271689e341f (patch)
tree8c3a1205e3a257fbcc51c7868523c558018f07ca /dev-lang/rust/rust-1.85.0-r2.ebuild
parent92810a2f649fc391a75713c4da01386e77e1a313 (diff)
downloadgentoo-8c4eca6e14e4fd5d531ba2a4dce18271689e341f.tar.gz
gentoo-8c4eca6e14e4fd5d531ba2a4dce18271689e341f.tar.bz2
gentoo-8c4eca6e14e4fd5d531ba2a4dce18271689e341f.zip
dev-lang/rust: actually fix verify sig
My previous fix didn't actually unpack tarballs at all. Signed-off-by: Matt Jolly <kangie@gentoo.org>
Diffstat (limited to 'dev-lang/rust/rust-1.85.0-r2.ebuild')
-rw-r--r--dev-lang/rust/rust-1.85.0-r2.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-lang/rust/rust-1.85.0-r2.ebuild b/dev-lang/rust/rust-1.85.0-r2.ebuild
index e5c063cb1b2c..1b324dac1ca9 100644
--- a/dev-lang/rust/rust-1.85.0-r2.ebuild
+++ b/dev-lang/rust/rust-1.85.0-r2.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