diff options
Diffstat (limited to 'extra/qemu')
-rw-r--r-- | extra/qemu/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/qemu/PKGBUILD b/extra/qemu/PKGBUILD index b243184f7..adef636f2 100644 --- a/extra/qemu/PKGBUILD +++ b/extra/qemu/PKGBUILD @@ -4,7 +4,7 @@ pkgname=qemu pkgver=1.2.0 pkgrel=1 pkgdesc="A generic and open source processor emulator which achieves a good emulation speed by using dynamic translation." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2' 'LGPL2.1') url="http://wiki.qemu.org/Index.html" makedepends=('texi2html' 'perl' 'python2') |