diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-03-31 19:48:40 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-03-31 19:48:40 +0200 |
commit | 3151d6e39c4af4ad8f767f254ece564f070e99e9 (patch) | |
tree | dc45b425784905a8ad7378a2cb1aa6e7a0b2295d /community | |
parent | 55e319230844dff9c3c05ee29dc90c453f3308cb (diff) |
Unarch iasl, reverse dependencies are not available for mips64el.
Diffstat (limited to 'community')
-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 a168569bc..2095a37d2 100644 --- a/community/iasl/PKGBUILD +++ b/community/iasl/PKGBUILD @@ -7,7 +7,7 @@ pkgname=iasl pkgver=20121018 pkgrel=1 pkgdesc="Intel ACPI Source Language compiler" -arch=('i686' 'x86_64' 'mips64el') +arch=('i686' 'x86_64') url="http://acpica.org" license=('custom') depends=('glibc') |