aboutsummaryrefslogtreecommitdiffstats
path: root/testing/hy
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2019-09-23 20:48:46 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2019-09-23 22:01:08 +0200
commit152eb2392ee92a36092b93e721f19af16c3c2348 (patch)
tree5c8ae7fb2aeb49d26f23171d32844584628e85ed /testing/hy
parent14e116b98bc512b6b48a3dfefa14aa85a4850a7b (diff)
downloadaports-152eb2392ee92a36092b93e721f19af16c3c2348.tar.bz2
aports-152eb2392ee92a36092b93e721f19af16c3c2348.tar.xz
testing/hy: set arch to noarch
Diffstat (limited to 'testing/hy')
-rw-r--r--testing/hy/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/hy/APKBUILD b/testing/hy/APKBUILD
index dd12eb5c7f..059db6b556 100644
--- a/testing/hy/APKBUILD
+++ b/testing/hy/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.17.0
pkgrel=0
pkgdesc="Dialect of Lisp that's embedded in Python"
url="http://hylang.org/"
-arch="all"
+arch="noarch"
license="MIT"
depends="python3 py3-funcparserlib py3-astor py3-rply py3-clint"
makedepends="py3-setuptools"