Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/thunderbird
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-09-09 13:29:52 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2019-09-09 13:29:52 +0200
commit695a49b60aa916fa7c9dbd593f984080688e2368 (patch)
tree425e5d2f943e8a9081970b0fa12cb89b57a0aab7 /extra/thunderbird
parent91395ef937f1377ac32c40ebbca86e41d74edbe8 (diff)
remove rust-bin in several makedepends again
Diffstat (limited to 'extra/thunderbird')
-rw-r--r--extra/thunderbird/PKGBUILD4
1 files changed, 0 insertions, 4 deletions
diff --git a/extra/thunderbird/PKGBUILD b/extra/thunderbird/PKGBUILD
index 590b3205..33e3f300 100644
--- a/extra/thunderbird/PKGBUILD
+++ b/extra/thunderbird/PKGBUILD
@@ -9,7 +9,3 @@ eval "$(
s/ac_add_options --enable-linker=gold/ac_add_options --enable-linker=bfd/
'
)"
-
-# use binary rust-bin instead of rust (till we can bootstrap rust on IA-32)
-makedepends=(${makedepends[@]//rust/})
-makedepends+=('rust-bin')