aboutsummaryrefslogtreecommitdiffstats
path: root/testing/exa
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2019-09-22 19:13:21 +0200
committerRasmus Thomsen <oss@cogitri.dev>2019-09-26 17:54:47 +0200
commitcffa7e520a312fd8c9a637603d7961bb73ac42e3 (patch)
treeea5e7aab3a2ce22c43fbf59d15d517e175ee22c2 /testing/exa
parent3160cb5361d4ead1f3949eb4240d74f8c54b95a1 (diff)
downloadaports-cffa7e520a312fd8c9a637603d7961bb73ac42e3.tar.bz2
aports-cffa7e520a312fd8c9a637603d7961bb73ac42e3.tar.xz
testing/exa: enable on ppc64le
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 7f7094a603..4e103f7ca2 100644
--- a/testing/exa/APKBUILD
+++ b/testing/exa/APKBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="ls replacement written in Rust"
url="https://the.exa.website/"
options="!check" # Tests fail on drone-ci
-arch="x86_64 armv7 armhf aarch64 x86" # Limited by cargo
+arch="x86_64 armv7 armhf aarch64 x86 ppc64le" # Limited by cargo
license="MIT"
makedepends="cargo zlib-dev libgit2-dev"
subpackages="$pkgname-doc"