diff --git a/testing/espeakup/APKBUILD b/testing/espeakup/APKBUILD index 729812cf409..f71a2e477ba 100644 --- a/testing/espeakup/APKBUILD +++ b/testing/espeakup/APKBUILD @@ -4,7 +4,7 @@ pkgver=0.90 pkgrel=1 pkgdesc="Lightweight connector for espeak and speakup" url="https://github.com/linux-speakup/espeakup" -arch="all !s390x" # s390x blocked by espeak-ng +arch="all !s390x !x86" # s390x, x86 blocked by espeak-ng license="GPL-3.0-or-later" options="!check" # no tests makedepends="alsa-lib-dev espeak-ng-dev meson"