diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-10-03 01:09:26 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-10-03 01:09:26 +0000 |
commit | c7db5c72ba88df0fd23aad3cd61bc0e66daa4d34 (patch) | |
tree | d4b06e18fcf72269c5527d1d48f5ad225b6d699b /testing/rspamd/APKBUILD | |
parent | fc6fef552a9dea62273c19181e8ff861ff61fac0 (diff) | |
download | aports-c7db5c72ba88df0fd23aad3cd61bc0e66daa4d34.tar.bz2 aports-c7db5c72ba88df0fd23aad3cd61bc0e66daa4d34.tar.xz |
testing/rspamd: enable build on ppc64le
Diffstat (limited to 'testing/rspamd/APKBUILD')
-rw-r--r-- | testing/rspamd/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/rspamd/APKBUILD b/testing/rspamd/APKBUILD index 128366f214..7d84e8f6a6 100644 --- a/testing/rspamd/APKBUILD +++ b/testing/rspamd/APKBUILD @@ -7,7 +7,7 @@ pkgver=1.6.3 pkgrel=1 pkgdesc="Fast, free and open-source spam filtering system" url="https://rspamd.com" -arch="x86_64 x86 armhf" +arch="x86_64 x86 armhf ppc64le" license="BSD" options="!check" pkgusers=$pkgname |