summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Jolly <[email protected]>2025-06-04 10:12:44 +1000
committerMatt Jolly <[email protected]>2025-06-04 10:17:28 +1000
commit8c4eca6e14e4fd5d531ba2a4dce18271689e341f (patch)
tree8c3a1205e3a257fbcc51c7868523c558018f07ca /dev-lang/rust/rust-1.83.0-r3.ebuild
parentdev-cpp/gpgmepp: depend on matching(ish) gpgme (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 <[email protected]>
Diffstat (limited to 'dev-lang/rust/rust-1.83.0-r3.ebuild')
-rw-r--r--dev-lang/rust/rust-1.83.0-r3.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-lang/rust/rust-1.83.0-r3.ebuild b/dev-lang/rust/rust-1.83.0-r3.ebuild
index 943430d9e492..26c3fd9cd432 100644
--- a/dev-lang/rust/rust-1.83.0-r3.ebuild
+++ b/dev-lang/rust/rust-1.83.0-r3.ebuild
@@ -236,6 +236,7 @@ src_unpack() {
if 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