index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2020-11-19 10:29:08 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2020-11-19 10:29:08 +0100 |
commit | f8a8137bb07d208232c39ef3ed66ef3f6dd7273c (patch) | |
tree | 9a678060950f8e2a094d05cdafebede712065b80 /community/seamonkey/PKGBUILD | |
parent | 882ebf15b67aaebba0f050fe1f5ed0b459d75166 (diff) |
-rw-r--r-- | community/seamonkey/PKGBUILD | 3 |
diff --git a/community/seamonkey/PKGBUILD b/community/seamonkey/PKGBUILD index e4c017a8..085b4d69 100644 --- a/community/seamonkey/PKGBUILD +++ b/community/seamonkey/PKGBUILD @@ -6,3 +6,6 @@ eval "$( export LDFLAGS="-Wl,--no-keep-memory" ' )" + +# rust is too old, needs llvm10 for now +makedepends=("${makedepends[@]/llvm/llvm10}") |