diff options
Diffstat (limited to 'user/spice/APKBUILD')
-rw-r--r-- | user/spice/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/spice/APKBUILD b/user/spice/APKBUILD index 5a47c593c..2d7e1b52c 100644 --- a/user/spice/APKBUILD +++ b/user/spice/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="Solution for seamless access to virtual machines" url="https://www.spice-space.org/" arch="all" -options="!check" # Tests only pass on x86_64. I give up. +options="!check" # Tests only pass on 64-bit architectures. license="LGPL-2.1+" depends="gst-plugins-base" makedepends="$depends_dev openssl-dev zlib-dev libjpeg-turbo-dev cyrus-sasl-dev |