diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-06-30 08:56:50 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-06-30 08:56:50 -0500 |
commit | 80148448a32ef60b19d35d7ff4e3a7443c43a41b (patch) | |
tree | e859645d9a90ab93ca3f6fc04b53075fff831632 /community/httperf | |
parent | c7e80d90ff5637e1be58084748ff74d0aefda9dd (diff) |
Add mips64el in archs
Diffstat (limited to 'community/httperf')
-rw-r--r-- | community/httperf/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/httperf/PKGBUILD b/community/httperf/PKGBUILD index c9b072988..99320a4df 100644 --- a/community/httperf/PKGBUILD +++ b/community/httperf/PKGBUILD @@ -7,7 +7,7 @@ pkgname=httperf pkgver=0.9.0 pkgrel=5 pkgdesc='A tool for measuring web server performance.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') url='http://code.google.com/p/httperf' depends=('openssl') |