diff options
Diffstat (limited to 'community/libx86emu')
-rw-r--r-- | community/libx86emu/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libx86emu/PKGBUILD b/community/libx86emu/PKGBUILD index 83f8429b6..fde41f504 100644 --- a/community/libx86emu/PKGBUILD +++ b/community/libx86emu/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.1 _pkgver=$pkgver-9.9 pkgrel=28 pkgdesc='x86 emulation library' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.opensuse.org/' license=('BSD') depends=('glibc') |