aboutsummaryrefslogtreecommitdiffstats
path: root/testing/procs
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2019-08-13 16:00:28 +0200
committerprspkt <prspkt@protonmail.com>2019-08-13 22:04:02 +0300
commit95e1acdf7e41b2dcf4e982d3476323d69647e0ce (patch)
tree6d0f75c38d65bef53417de672b8dcb2e4476ea41 /testing/procs
parent3f266d5c2af7e9fa7c3de298f701229c4f5ab9d3 (diff)
downloadaports-95e1acdf7e41b2dcf4e982d3476323d69647e0ce.tar.bz2
aports-95e1acdf7e41b2dcf4e982d3476323d69647e0ce.tar.xz
testing/procs: enable on armhf and armv7
Diffstat (limited to 'testing/procs')
-rw-r--r--testing/procs/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/procs/APKBUILD b/testing/procs/APKBUILD
index f1a1dbf781..7025a8726c 100644
--- a/testing/procs/APKBUILD
+++ b/testing/procs/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.8.8
pkgrel=0
pkgdesc="A modern replacement for ps written in Rust"
url="https://github.com/dalance/procs"
-arch="x86_64" # limited by rust/cargo
+arch="x86_64 armhf armv7" # limited by rust/cargo
license="MIT"
options="net"
makedepends="cargo"