diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-10-01 20:21:19 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-10-01 20:21:19 +0000 |
commit | 4fc445c95abb6d24fba27b86b40c79adfe66523f (patch) | |
tree | 1bf709d2d6fa818fe4a5d31417804903d971bcd1 /testing/gatling/APKBUILD | |
parent | c6b59b1cfc81323f33a59618a9e522b3038df6fe (diff) | |
download | aports-4fc445c95abb6d24fba27b86b40c79adfe66523f.tar.bz2 aports-4fc445c95abb6d24fba27b86b40c79adfe66523f.tar.xz |
testing/gatling: enable build on ppc64le
Diffstat (limited to 'testing/gatling/APKBUILD')
-rw-r--r-- | testing/gatling/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gatling/APKBUILD b/testing/gatling/APKBUILD index 421e2d822a..78870c7ef5 100644 --- a/testing/gatling/APKBUILD +++ b/testing/gatling/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.15 pkgrel=1 pkgdesc="High performance web server" url="https://www.fefe.de/gatling/" -arch="x86_64 x86" +arch="x86_64 x86 ppc64le" license="GPL2" depends="" depends_dev="" |