diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-06-29 11:32:39 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-06-29 11:32:39 +0200 |
commit | 50aa5b5bd92fbf10494cbce145f4e7b19ce36daf (patch) | |
tree | 48f4258a99ad35fb42649f2d357a44ae2eeaaff4 /extra/libirman | |
parent | 95e1f7f04a6cd0145a5fa4e8cc6a698b255d584c (diff) |
Disable lirc support or unarch packages using it.
No one reported wanting to fix or use it.
Diffstat (limited to 'extra/libirman')
-rw-r--r-- | extra/libirman/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/libirman/PKGBUILD b/extra/libirman/PKGBUILD index f241a02cd..7e9e0e1d5 100644 --- a/extra/libirman/PKGBUILD +++ b/extra/libirman/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libirman pkgver=0.4.5 pkgrel=3 pkgdesc="Irman driver lcd library" -arch=('i686' 'x86_64' 'mips64el') +arch=('i686' 'x86_64') url="http://www.lirc.org" license=('LGPL') options=('!libtool') |