diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-17 11:31:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-17 11:31:47 +0000 |
commit | 87f53cd01e81d8f0f5a5647bf37582887284e818 (patch) | |
tree | d2d8b1604510c6e307f03503b7e6e5311ec34102 /testing/evolution-data-server | |
parent | 081541c84203476b10e44aa9710625389ac1b406 (diff) | |
download | aports-87f53cd01e81d8f0f5a5647bf37582887284e818.tar.bz2 aports-87f53cd01e81d8f0f5a5647bf37582887284e818.tar.xz |
testing/evolution-data-server: only for x86_64 and x86
needs webkit2gtk which only exists for x86_64 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 fcdadc13e8..418647c0a1 100644 --- a/testing/evolution-data-server/APKBUILD +++ b/testing/evolution-data-server/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.24.1 pkgrel=0 pkgdesc="data server for evolution" url="http://projects.gnome.org/evolution" -arch="all" +arch="x86_64 x86" license="GPL" depends= options="suid" |