diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-06 17:16:52 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-06 17:16:52 +0000 |
commit | edf1d77c5bacb0bb89e04868daf6d7c188bd07ee (patch) | |
tree | 36c6c43618c025786c619aedc32f540b7c0cdb8f /testing | |
parent | a3d8268490d4cd260c825b352f60894977fda3f9 (diff) | |
download | aports-edf1d77c5bacb0bb89e04868daf6d7c188bd07ee.tar.bz2 aports-edf1d77c5bacb0bb89e04868daf6d7c188bd07ee.tar.xz |
testing/evolution-data-server: enable on ppc64le and aarch64
Diffstat (limited to 'testing')
-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 418647c0a1..2afbc4f624 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" +arch="x86_64 x86 ppc64le aarch64" license="GPL" depends= options="suid" |