diff options
-rw-r--r-- | testing/thermald/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/thermald/APKBUILD b/testing/thermald/APKBUILD index 80b11bc065..d419afa503 100644 --- a/testing/thermald/APKBUILD +++ b/testing/thermald/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.5.3 pkgrel=0 pkgdesc="Thermal daemon for IA" url="https://github.com/01org/thermal_daemon" -arch="all !armhf" +arch="all !armhf !aarch64" license="GPL2" depends="" makedepends="autoconf automake libtool dbus-glib-dev libxml2-dev linux-headers" |