summaryrefslogtreecommitdiff
path: root/dev-lang/rust/rust-1.87.0-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/rust/rust-1.87.0-r1.ebuild')
-rw-r--r--dev-lang/rust/rust-1.87.0-r1.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.87.0-r1.ebuild b/dev-lang/rust/rust-1.87.0-r1.ebuild
index 17e729ec6f19..cb439e94b235 100644
--- a/dev-lang/rust/rust-1.87.0-r1.ebuild
+++ b/dev-lang/rust/rust-1.87.0-r1.ebuild
@@ -221,8 +221,11 @@ src_unpack() {
[source.vendored-sources]
directory = "vendor"
_EOF_
+ 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}
else
- verify-sig_src_unpack
+ default
fi
}