From b502993ea1bcad41ed506ce805951ed47e108f65 Mon Sep 17 00:00:00 2001 From: ptrcnull Date: Sun, 17 Dec 2023 23:51:42 +0100 Subject: [PATCH] testing/espeakup: disable on x86 --- testing/espeakup/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"