diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-06-28 10:36:29 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-06-28 10:36:29 -0300 |
commit | 5dfa08e8eb767b60299b09ded6170a67b6e80bcb (patch) | |
tree | d66db15d1f832c6f98979e158c051e7b0a9cff26 | |
parent | d882738c8d167396598317744ae3ca5de9857ce4 (diff) |
port
-rw-r--r-- | core/traceroute/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/traceroute/PKGBUILD b/core/traceroute/PKGBUILD index cb8c6351e..3abac4581 100644 --- a/core/traceroute/PKGBUILD +++ b/core/traceroute/PKGBUILD @@ -5,7 +5,7 @@ pkgname=traceroute pkgver=2.0.18 pkgrel=1 pkgdesc="Tracks the route taken by packets over an IP network" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://traceroute.sourceforge.net/" license=('GPL2') depends=('glibc') |