diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-08-06 12:41:02 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-08-06 12:41:02 +0200 |
commit | dafc578d4dd9612bf00b324f2c8cd1b6ff14a96e (patch) | |
tree | f451a088e33ace75bbe049a43f1f80bcdbd399d3 /testing/rust | |
parent | 5fee4b40411daf859b4d7e78f3948549c3155184 (diff) | |
download | aports-dafc578d4dd9612bf00b324f2c8cd1b6ff14a96e.tar.bz2 aports-dafc578d4dd9612bf00b324f2c8cd1b6ff14a96e.tar.xz |
testing/rust: make rust depend on rust-stdlib for convenience
Diffstat (limited to 'testing/rust')
-rw-r--r-- | testing/rust/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/rust/APKBUILD b/testing/rust/APKBUILD index 5162179e76..44836913e9 100644 --- a/testing/rust/APKBUILD +++ b/testing/rust/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=rust pkgver=1.10.0 -pkgrel=0 +pkgrel=1 pkgdesc="The Rust Programming Language (compiler)" url="http://www.rust-lang.org" arch="x86_64" license="ASL-2.0 BSD MIT" -depends="" +depends="$pkgname-stdlib" # libffi-dev is needed just because we compile llvm3.7 with LLVM_ENABLE_FFI. makedepends="cmake file libffi-dev llvm3.7 llvm3.7-dev llvm3.7-static musl-dev python2 tar zlib-dev" |