aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-08-16 05:13:57 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-08-16 05:14:16 -0300
commite7cfb9da35d40f9a05eaf01a8c818ab77e119997 (patch)
tree1f83276c550d16a68a955f746c76a9fe403a56c2
parent094af637a4eeb2c05a27b7b2bc9146408dfbbb1c (diff)
testing/chez-scheme: disable on x86
fails to build due to time_t changes
-rw-r--r--testing/chez-scheme/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/chez-scheme/APKBUILD b/testing/chez-scheme/APKBUILD
index e353f30ed09..23909e8c5ff 100644
--- a/testing/chez-scheme/APKBUILD
+++ b/testing/chez-scheme/APKBUILD
@@ -5,7 +5,7 @@ pkgver=9.5.2
pkgrel=0
pkgdesc="Cisco R6RS Scheme Compiler"
url="https://github.com/cisco/ChezScheme"
-arch="x86 x86_64" #armv7/aarch64 ports WIP
+arch="x86_64" #armv7/aarch64 ports WIP
license="Apache-2.0"
makedepends="util-linux-dev ncurses-dev libx11-dev"
subpackages="$pkgname-doc"