diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-02-28 11:05:02 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-02-28 11:05:28 +0000 |
commit | fcb720db9fce97233dbdfd634fc9eb1b1b1404c3 (patch) | |
tree | d439ce6bac4cfa342286131b6dd08da0725e263f /testing | |
parent | d352f6fcd25514028a93bfa99b45321bfdf89dda (diff) | |
download | aports-fcb720db9fce97233dbdfd634fc9eb1b1b1404c3.tar.bz2 aports-fcb720db9fce97233dbdfd634fc9eb1b1b1404c3.tar.xz |
testing/iwd: enable on all arches except ppc64le
Diffstat (limited to 'testing')
-rw-r--r-- | testing/iwd/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/iwd/APKBUILD b/testing/iwd/APKBUILD index 456f048d60..42210cf072 100644 --- a/testing/iwd/APKBUILD +++ b/testing/iwd/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.14 pkgrel=0 pkgdesc="Internet Wireless Daemon" url="https://iwd.wiki.kernel.org/" -arch="x86 x86_64" +arch="all !ppc64le" # limited by ell license="LGPL-2.1-or-later" depends="" makedepends="ell-dev dbus-dev readline-dev linux-headers" |