diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-05-25 20:34:11 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-05-25 20:34:11 -0300 |
commit | 9869139d358088255d11213f0eb3bd91c5ac25a3 (patch) | |
tree | 8c829d1ff69f3488545191493798899e8bb6142b /community/iperf | |
parent | 35b199861e26d29f51375510ccf9dbff59933c66 (diff) |
ports
Diffstat (limited to 'community/iperf')
-rw-r--r-- | community/iperf/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/iperf/PKGBUILD b/community/iperf/PKGBUILD index 71a359d8d..9c79172db 100644 --- a/community/iperf/PKGBUILD +++ b/community/iperf/PKGBUILD @@ -7,7 +7,7 @@ pkgname=iperf pkgver=2.0.5 pkgrel=5 pkgdesc='A tool to measure maximum TCP bandwidth' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('custom') url='http://iperf.sourceforge.net' depends=('gcc-libs') |