From 240ffd4efa903a83cd43e6552f7e99c3446836a7 Mon Sep 17 00:00:00 2001 From: Oscar Lesta Date: Fri, 29 Aug 2025 03:40:02 -0300 Subject: [PATCH] corrosion: fix requirements on x86 32 bits. --- dev-rust/corrosion/corrosion-0.4.4.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-rust/corrosion/corrosion-0.4.4.recipe b/dev-rust/corrosion/corrosion-0.4.4.recipe index 2ca9ff94e..2cdea72e9 100644 --- a/dev-rust/corrosion/corrosion-0.4.4.recipe +++ b/dev-rust/corrosion/corrosion-0.4.4.recipe @@ -5,7 +5,7 @@ dynamic libraries from a workspace or package manifest Cargo.toml file." HOMEPAGE="https://github.com/corrosion-rs" COPYRIGHT="2018 Andrew Gaspar" LICENSE="MIT" -REVISION="1" +REVISION="2" SOURCE_URI="$HOMEPAGE/corrosion/archive/refs/tags/v$portVersion.tar.gz" CHECKSUM_SHA256="bf3981d0e066f2c877949ec59d9ed6cb193ae4ff615b73f20c64a5de68fc06ab" @@ -17,7 +17,7 @@ PROVIDES=" " REQUIRES=" haiku$secondaryArchSuffix - cmd:rustc + cmd:rustc$secondaryArchSuffix cmd:cmake " @@ -28,7 +28,7 @@ BUILD_PREREQUIRES=" cmd:cmake cmd:gcc$secondaryArchSuffix cmd:make - cmd:rustc + cmd:rustc$secondaryArchSuffix " BUILD()