diff options
author | William Pitcock <nenolod@dereferenced.org> | 2017-06-21 20:40:12 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2017-06-21 20:40:12 +0000 |
commit | 6e14aa2b7779d5b623f89c190b935b37396b807d (patch) | |
tree | 625cd12d5ad8b2a7004501d5f39e29b3be009c7a /testing/evolution-data-server/APKBUILD | |
parent | dc90c47f0cbea5baa1638611d85c590d9ec96b54 (diff) | |
download | aports-6e14aa2b7779d5b623f89c190b935b37396b807d.tar.bz2 aports-6e14aa2b7779d5b623f89c190b935b37396b807d.tar.xz |
testing/evolution-data-server: enable on armhf
Diffstat (limited to 'testing/evolution-data-server/APKBUILD')
-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 2afbc4f624..44684f2fc5 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="x86_64 x86 ppc64le aarch64" +arch="x86_64 x86 ppc64le aarch64 armhf" license="GPL" depends= options="suid" |