diff options
author | Timo Teräs <timo.teras@iki.fi> | 2016-04-06 13:13:05 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-04-06 13:13:05 +0300 |
commit | fc9c45bad34de663ed689ec46d28a40efd21aa76 (patch) | |
tree | 0c5a263d0415b265b329d31ae2942585a7699f56 /testing/emby | |
parent | 5a6324b661b26d78b0c72b851d198ce69873f1d9 (diff) | |
download | aports-fc9c45bad34de663ed689ec46d28a40efd21aa76.tar.bz2 aports-fc9c45bad34de663ed689ec46d28a40efd21aa76.tar.xz |
testing/emby: disable on armhf (mono dependency)
Diffstat (limited to 'testing/emby')
-rw-r--r-- | testing/emby/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/emby/APKBUILD b/testing/emby/APKBUILD index cc0aef5b81..fb71910b11 100644 --- a/testing/emby/APKBUILD +++ b/testing/emby/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.0.5911 pkgrel=0 pkgdesc="Bring together your videos, music, photos, and live television" url="http://emby.media" -arch="noarch" +arch="x86_64 x86" license="GPL2" depends="ffmpeg mono imagemagick sqlite" pkgusers=$pkgname |