diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-29 16:28:43 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-29 16:28:43 -0300 |
commit | ed13dd2a38b6af14e32fa71c5949f26b8818a311 (patch) | |
tree | 6b34a90fc2be7e7669c613b5b96bf4f123be8da9 /testing/evolution-data-server | |
parent | 03db3d44fe2131aca3f92b298dfd6d71596340d7 (diff) | |
download | aports-ed13dd2a38b6af14e32fa71c5949f26b8818a311.tar.bz2 aports-ed13dd2a38b6af14e32fa71c5949f26b8818a311.tar.xz |
testing/evolution-data-server: limit on armhf armv7 and x86
Diffstat (limited to 'testing/evolution-data-server')
-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" |