diff options
author | Tuan Hoang <tmhoang@linux.ibm.com> | 2019-05-08 07:51:42 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-08 08:14:03 +0000 |
commit | c7de566f603f35aa28dff1ff413ef3314efecea8 (patch) | |
tree | 180559915f573e27517d5ad1e83466fc0f4590cf /testing/evolution-data-server | |
parent | dc27596346b89780ca0f3c4bb24430ac1d7d754f (diff) | |
download | aports-c7de566f603f35aa28dff1ff413ef3314efecea8.tar.bz2 aports-c7de566f603f35aa28dff1ff413ef3314efecea8.tar.xz |
testing/evolution-data-server: enable s390x
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 2a1fcc3768..909ad25bd3 100644 --- a/testing/evolution-data-server/APKBUILD +++ b/testing/evolution-data-server/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.32.2 pkgrel=0 pkgdesc="data server for evolution" url="https://projects.gnome.org/evolution" -arch="x86_64 x86 ppc64le aarch64 armhf armv7" +arch="all" license="GPL" options="suid !check" depends_dev="libgdata-dev db-dev gcr-dev icu-dev" |