diff options
Diffstat (limited to 'community/iasl')
-rw-r--r-- | community/iasl/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/iasl/PKGBUILD b/community/iasl/PKGBUILD index 5e8d89a49..d28694d8c 100644 --- a/community/iasl/PKGBUILD +++ b/community/iasl/PKGBUILD @@ -7,7 +7,7 @@ pkgname=iasl pkgver=20111123 pkgrel=1 pkgdesc="Intel ACPI Source Language compiler" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://acpica.org" license=('custom') depends=('glibc') |