diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-10-20 23:24:34 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-10-20 23:24:34 +0200 |
commit | 4f587c713f970bd4e3091279af27152a2a7e72e0 (patch) | |
tree | 84d5e54ea5312426eb4bc88c9b2f2f35bb7e53fd /testing/evolution/APKBUILD | |
parent | a7cbf9460362018e54f79e71b06e9ee887ace194 (diff) | |
download | aports-4f587c713f970bd4e3091279af27152a2a7e72e0.tar.bz2 aports-4f587c713f970bd4e3091279af27152a2a7e72e0.tar.xz |
testing/evolution: build only for x86 and x86_64
It depends on webkit2gtk that is built only for x86 and x86_64.
Diffstat (limited to 'testing/evolution/APKBUILD')
-rw-r--r-- | testing/evolution/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/evolution/APKBUILD b/testing/evolution/APKBUILD index ed09c168cb..c430695aa1 100644 --- a/testing/evolution/APKBUILD +++ b/testing/evolution/APKBUILD @@ -5,7 +5,8 @@ pkgver=3.22.1 pkgrel=0 pkgdesc="evolution mail client" url="http://projects.gnome.org/evolution" -arch="all" +# limited by webkit2gtk +arch="x86 x86_64" license="GPL" depends="highlight gsettings-desktop-schemas" depends_dev="itstool libxml2-dev gcr-dev enchant-dev libcanberra-dev |