File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
conf-rust-llvm/conf-rust-llvm.1
conf-rust-wasm/conf-rust-wasm.1 Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ depexts: [
13
13
["lld"] { os-family = "alpine" }
14
14
["lld"] { os-family = "arch" }
15
15
["lld"] { os-family = "debian" }
16
- ["lld"] { os-family = "open-suse " }
16
+ ["lld"] { os-family = "opensuse " }
17
17
["lld"] { os-family = "suse" }
18
18
["lld"] { os-family = "ubuntu" }
19
19
Original file line number Diff line number Diff line change @@ -18,9 +18,10 @@ depexts: [
18
18
["rust-llvm"] { os-family = "arch" }
19
19
["rust-llvm"] { os-family = "debian" }
20
20
["rust-llvm"] { os-family = "ubuntu" }
21
-
21
+ ["rust-llvm"] { os-family = "opensuse" }
22
+ ["rust-llvm"] { os-family = "suse" }
22
23
["rust-llvm"] { os-distribution = "centos" }
23
24
]
24
- available: os-distribution != "freebsd"
25
+ available: os-distribution != "freebsd" & os-distribution != "fedora"
25
26
synopsis: "Virtual package relying on an installation of the integration of Rust with LLVM tools"
26
27
flags: conf
Original file line number Diff line number Diff line change @@ -19,6 +19,6 @@ depexts: [
19
19
["libstd-rust-dev-wasm32"] { os-distribution = "centos" }
20
20
["rust-std-static-wasm32-unknown-unknown"] { os-distribution = "fedora" }
21
21
]
22
- available: os-distribution != "open-suse " & os-distribution != "suse" & os-distribution != "homebrew"
22
+ available: os-family != "opensuse " & os-family != "suse" & os-distribution != "homebrew"
23
23
synopsis: "Virtual package relying on an installation of standard Rust libraries including development files, needed to cross-compile Rust programs to the wasm32-unknown-unknown and wasm32-wasip1/wasm32-wasip2 targets"
24
24
flags: conf
You can’t perform that action at this time.
0 commit comments