diff options
Diffstat (limited to 'community/torch')
-rw-r--r-- | community/torch/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/torch/PKGBUILD b/community/torch/PKGBUILD index 6ac1ae427..cc4fffb13 100644 --- a/community/torch/PKGBUILD +++ b/community/torch/PKGBUILD @@ -5,7 +5,7 @@ pkgname=torch pkgver=3.1 pkgrel=3 pkgdesc="State of the art machine learning library" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://packages.debian.org/source/lenny/torch3" license=('GPL') depends=(gcc-libs) |