community/cargo: temporary disable til libressl 2.7 is fixed

This commit is contained in:
Natanael Copa 2018-04-05 07:56:37 +00:00
parent d5b7437263
commit 93dee9a42e

View File

@ -5,7 +5,7 @@ pkgver=0.22.0
pkgrel=4
pkgdesc="The Rust package manager"
url="https://crates.io"
arch="x86_64" # limited by rust pkg
arch="" # FIXME: fix build with libressl 2.7 # limited by rust pkg
license="MIT Apache-2.0"
depends="rust"
makedepends="cmake curl-dev libgit2-dev libssh2-dev libressl-dev python2 zlib-dev"