testing/espeakup: disable on x86

This commit is contained in:
ptrcnull 2023-12-17 23:51:42 +01:00
parent aece17c3b0
commit b502993ea1
No known key found for this signature in database
GPG Key ID: 411F7B30801DD9CA

View File

@ -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"