From e80b0b96645b334540794b1f5482ac88d5a4fd44 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 24 Aug 2019 08:12:55 +0200 Subject: extra/thundebird: use rust-bin instead of rust --- extra/thunderbird/PKGBUILD | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/extra/thunderbird/PKGBUILD b/extra/thunderbird/PKGBUILD index 33e3f300..590b3205 100644 --- a/extra/thunderbird/PKGBUILD +++ b/extra/thunderbird/PKGBUILD @@ -9,3 +9,7 @@ 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') -- cgit v1.2.3-54-g00ecf