diff options
author | Timo Teräs <timo.teras@iki.fi> | 2015-10-20 07:44:37 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2015-10-20 07:45:21 +0000 |
commit | e7c84eb976bee008aeed9f781b58c11a0ab541ac (patch) | |
tree | 3a64b2af8b3b85da53280b0560489a90ed8cc130 /testing | |
parent | eb7432b55af1e513e7a107bcc397d5eeaff84855 (diff) | |
download | aports-e7c84eb976bee008aeed9f781b58c11a0ab541ac.tar.bz2 aports-e7c84eb976bee008aeed9f781b58c11a0ab541ac.tar.xz |
testing/unetbootin: disable on arm
depends on syslinux which is not available on arm
Diffstat (limited to 'testing')
-rw-r--r-- | testing/unetbootin/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/unetbootin/APKBUILD b/testing/unetbootin/APKBUILD index 0ccb7d33bc..5d1f4928b0 100644 --- a/testing/unetbootin/APKBUILD +++ b/testing/unetbootin/APKBUILD @@ -5,7 +5,7 @@ pkgver=608 pkgrel=0 pkgdesc="tool for building USB install media" url="http://unetbootin.sourceforge.net/" -arch="all" +arch="x86 x86_64" license="GPL" depends="syslinux p7zip" depends_dev="" |