diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-03-25 18:40:34 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-03-25 18:40:34 +0000 |
commit | e8d3b00ac60c6ec93e5676e15342aaac4ba75309 (patch) | |
tree | 0ff57e9d51c86069fa120ae6a6b7e1341e4be36c | |
parent | 3cb81c6e618fd4c7130daedad582da631b7416e9 (diff) | |
download | aports-e8d3b00ac60c6ec93e5676e15342aaac4ba75309.tar.bz2 aports-e8d3b00ac60c6ec93e5676e15342aaac4ba75309.tar.xz |
testing/botan: enable build on ppc64le
-rw-r--r-- | testing/botan/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/botan/APKBUILD b/testing/botan/APKBUILD index 0bbed4d0ed..3e95013cd6 100644 --- a/testing/botan/APKBUILD +++ b/testing/botan/APKBUILD @@ -6,7 +6,7 @@ pkgver=2.4.0 pkgrel=0 pkgdesc="Crypto and TLS for C++11" url="https://botan.randombit.net/" -arch="x86_64 x86" +arch="x86_64 x86 ppc64le" license="BSD-2-Clause" depends="" depends_dev="python2 boost-dev libressl-dev sqlite-dev bzip2-dev zlib-dev" |