diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2019-08-30 07:24:52 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-30 08:01:49 -0300 |
| commit | 96223ebf2ba82b6fbba06cdb0781df307d200cab (patch) | |
| tree | f586088899a9919ac6ad21bb4ab6e4ca44a05395 | |
| parent | b9bc6be6516c55fb37c9462565c1d127a3d5ff45 (diff) | |
| download | aports-96223ebf2ba82b6fbba06cdb0781df307d200cab.tar.bz2 aports-96223ebf2ba82b6fbba06cdb0781df307d200cab.tar.xz | |
community/cbindgen: enable on arches supported by rust >= 1.37.0-r0
| -rw-r--r-- | community/cbindgen/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/cbindgen/APKBUILD b/community/cbindgen/APKBUILD index 388460e81e..56080a696f 100644 --- a/community/cbindgen/APKBUILD +++ b/community/cbindgen/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.9.1 pkgrel=0 pkgdesc="Tool to generate C bindings from Rust code" url="https://github.com/eqrion/cbindgen" -arch="x86_64 armhf armv7" # Limited by cargo +arch="x86_64 armv7 armhf aarch64 x86" # Limited by cargo license="MPL-2.0" makedepends="cargo" source="$pkgname-$pkgver.tar.gz::https://github.com/eqrion/cbindgen/archive/v$pkgver.tar.gz" |
