diff --git a/testing/php7-libvirt-php/APKBUILD b/testing/php7-libvirt-php/APKBUILD index 6cd6249579f..d094e8615c6 100644 --- a/testing/php7-libvirt-php/APKBUILD +++ b/testing/php7-libvirt-php/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.5.5 pkgrel=1 pkgdesc="PHP language bindings for Libvirt API. For more details see: http://www.libvirt.org/php/" url="https://libvirt.org/php/" -arch="all !x86 !armhf !armv7 !s390x !mips64" # segfault on x86, armhf and armv7 +arch="all !x86 !armhf !armv7 !s390x !mips64 !riscv64" # segfault on x86, armhf and armv7 license="LGPL-2.1-only" makedepends="autoconf libvirt-dev libxml2-dev libxml2-utils libxslt php7-dev php7-pecl-imagick libtool linux-headers" subpackages="$pkgname-doc"