aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-05-09 22:20:57 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-05-10 02:25:00 +0000
commitd90b574a4a62adb31feaa0215cc6213ee3de37dc (patch)
tree9bdfbbf981fbeef87555aef024b6e86ac635e030 /testing
parent1623b41f920b41007df0e3cea023bce025b553f6 (diff)
downloadaports-d90b574a4a62adb31feaa0215cc6213ee3de37dc.tar.bz2
aports-d90b574a4a62adb31feaa0215cc6213ee3de37dc.tar.xz
testing/mimic1: disable on mips and mips64
Diffstat (limited to 'testing')
-rw-r--r--testing/mimic1/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/mimic1/APKBUILD b/testing/mimic1/APKBUILD
index eb7ee74271..f1e0ea3790 100644
--- a/testing/mimic1/APKBUILD
+++ b/testing/mimic1/APKBUILD
@@ -5,7 +5,8 @@ pkgver=1.3.0.1
pkgrel=0
pkgdesc="Mycroft's TTS engine, based on CMU's Flite (Festival Lite)"
url="https://mimic.mycroft.ai/"
-arch="all !s390x" # Not supported
+# mips, mips64 and s390x are unsupported architectures
+arch="all !mips !mips64 !s390x"
license="MIT AND BSD-2-Clause AND BSD-3-Clause AND BSD-4-Clause AND Apache-2.0 AND CDLA-Permissive-1.0"
makedepends="automake autoconf libtool pcre2-dev pulseaudio-dev alsa-lib-dev"
subpackages="$pkgname-dev $pkgname-doc"