aboutsummaryrefslogtreecommitdiffstats
path: root/community/chicken
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2017-04-15 22:05:01 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2017-04-15 22:06:40 +0000
commitaf2d799e4d46dcaa9e43b88452353329ee8a1ae0 (patch)
tree60fcd9849e2a381bc7abb6564b98167e713ca6e6 /community/chicken
parent0e9fcb2114efa5ce0d087a83aed2659d7f79cbe4 (diff)
downloadaports-af2d799e4d46dcaa9e43b88452353329ee8a1ae0.tar.bz2
aports-af2d799e4d46dcaa9e43b88452353329ee8a1ae0.tar.xz
community/chicken: disable on ppc64le for now
Diffstat (limited to 'community/chicken')
-rw-r--r--community/chicken/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/chicken/APKBUILD b/community/chicken/APKBUILD
index e84f89b614..1711cd9445 100644
--- a/community/chicken/APKBUILD
+++ b/community/chicken/APKBUILD
@@ -6,7 +6,7 @@ pkgver=4.12.0
pkgrel=1
pkgdesc="R5RS and R7RS compatible scheme compiler and interpreter"
url="http://call-cc.org/"
-arch="all"
+arch="all !ppc64le"
license="custom"
depends="gcc libc-dev $pkgname-dev $pkgname-libs"
depends_dev=""