diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-05-20 18:12:13 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-05-20 20:16:43 +0200 |
commit | 5dff30424f8599a2c56489a14a7d79e4ea38eabc (patch) | |
tree | 88c51daecd6cd96bd38342aef2d157ac998ff14c /community/rust | |
parent | 57310278c21c881a315288b0706da309d4d22537 (diff) | |
download | aports-5dff30424f8599a2c56489a14a7d79e4ea38eabc.tar.bz2 aports-5dff30424f8599a2c56489a14a7d79e4ea38eabc.tar.xz |
community/rust: makedepend on rust-bootstrap
This is actually not necessary, because rust is pulled by cargo-bootstrap.
However, cargo-bootstrap is provided by this abuild too - it's a hack to
allow the abuild to depend on itself (read comment inside the abuild for
more information)! So rust-bootstrap is just for symmetry with
cargo-bootstrap.
Diffstat (limited to 'community/rust')
-rw-r--r-- | community/rust/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/rust/APKBUILD b/community/rust/APKBUILD index 60fe2e71fa..b6883a8ef2 100644 --- a/community/rust/APKBUILD +++ b/community/rust/APKBUILD @@ -23,7 +23,7 @@ depends="$pkgname-stdlib=$pkgver-r$pkgrel gcc llvm-libunwind-dev musl-dev" # prebuilt rustc and cargo) is 8cb3112594f10a8cee5b5412c28a846acb63167f. # * libffi-dev is needed just because we compile llvm with LLVM_ENABLE_FFI. makedepends=" - rust>=$_bootver + rust-bootstrap>=$_bootver cargo-bootstrap cmake curl-dev |