diff options
Diffstat (limited to 'sysutils/rldd/files/patch-Cargo.toml')
-rw-r--r-- | sysutils/rldd/files/patch-Cargo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/rldd/files/patch-Cargo.toml b/sysutils/rldd/files/patch-Cargo.toml new file mode 100644 index 000000000000..5273833d9113 --- /dev/null +++ b/sysutils/rldd/files/patch-Cargo.toml @@ -0,0 +1,11 @@ +--- Cargo.toml.orig 2025-05-27 13:19:29 UTC ++++ Cargo.toml +@@ -31,7 +31,7 @@ raw-cpuid = "10.6.0" + [target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dependencies] + raw-cpuid = "10.6.0" + +-[target.'cfg(target_os = "android")'.dev-dependencies] ++[target.'cfg(any(target_os = "android", target_os = "freebsd"))'.dev-dependencies] + tempfile = "3.3.0" + + [profile.release] |