aboutsummaryrefslogtreecommitdiffstats
path: root/testing/exa
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-30 07:26:37 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-08-30 12:56:12 -0300
commitf83062215f89973eb97a515e9bff4ed6569c49ef (patch)
tree50f2aa888e3b583fef21176d245770ad719c7c9c /testing/exa
parentcc4e034e2668c4b6a6150d39f3d44200b1562675 (diff)
downloadaports-f83062215f89973eb97a515e9bff4ed6569c49ef.tar.bz2
aports-f83062215f89973eb97a515e9bff4ed6569c49ef.tar.xz
testing/exa: enable on arches supported by rust >= 1.37.0-r0
Diffstat (limited to 'testing/exa')
-rw-r--r--testing/exa/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/exa/APKBUILD b/testing/exa/APKBUILD
index 01fa8ca65e..69db4094e2 100644
--- a/testing/exa/APKBUILD
+++ b/testing/exa/APKBUILD
@@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="ls replacement written in Rust"
url="https://the.exa.website/"
options="!check" # Tests fail on drone-ci
-arch="x86_64 armhf armv7" # Limited by cargo
+arch="x86_64 armv7 armhf aarch64 x86" # Limited by cargo
license="MIT"
makedepends="cargo cmake"
subpackages="$pkgname-doc"