diff options
-rw-r--r-- | testing/evolution-data-server/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/evolution-data-server/APKBUILD b/testing/evolution-data-server/APKBUILD index 04596d6dcb..86b8d2a668 100644 --- a/testing/evolution-data-server/APKBUILD +++ b/testing/evolution-data-server/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.32.3 pkgrel=0 pkgdesc="data server for evolution" url="https://projects.gnome.org/evolution" -arch="all" +arch="all !armhf !armv7 !x86" # Limited by webkit2gtk license="GPL" options="suid !check" depends_dev="libgdata-dev db-dev gcr-dev icu-dev" |