Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--blacklist/i486/rust/rav1e1
-rw-r--r--extra/rav1e/PKGBUILD4
2 files changed, 3 insertions, 2 deletions
diff --git a/blacklist/i486/rust/rav1e b/blacklist/i486/rust/rav1e
new file mode 100644
index 00000000..c85e857e
--- /dev/null
+++ b/blacklist/i486/rust/rav1e
@@ -0,0 +1 @@
+rav1e is written in Rust, requires Rust bootstrapping, disabled for i486
diff --git a/extra/rav1e/PKGBUILD b/extra/rav1e/PKGBUILD
index f45dbca1..a9a3b2d7 100644
--- a/extra/rav1e/PKGBUILD
+++ b/extra/rav1e/PKGBUILD
@@ -1,2 +1,2 @@
-# still using llvm13 for rust
-makedepends+=(llvm13)
+# still using llvm14, openssl-1.1 for rust
+makedepends+=(llvm14-libs openssl-1.1)