diff options
Diffstat (limited to 'community/distcc/PKGBUILD')
-rw-r--r-- | community/distcc/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/distcc/PKGBUILD b/community/distcc/PKGBUILD index 4c3bd645e..741d4beef 100644 --- a/community/distcc/PKGBUILD +++ b/community/distcc/PKGBUILD @@ -7,7 +7,7 @@ pkgname=distcc pkgver=3.1 pkgrel=10 pkgdesc="A distributed C, C++, Obj C compiler" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/distcc/" license=('GPL') depends=('gcc' 'popt' 'avahi') |