aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-02-28 11:05:02 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-02-28 11:05:28 +0000
commitfcb720db9fce97233dbdfd634fc9eb1b1b1404c3 (patch)
treed439ce6bac4cfa342286131b6dd08da0725e263f
parentd352f6fcd25514028a93bfa99b45321bfdf89dda (diff)
downloadaports-fcb720db9fce97233dbdfd634fc9eb1b1b1404c3.tar.bz2
aports-fcb720db9fce97233dbdfd634fc9eb1b1b1404c3.tar.xz
testing/iwd: enable on all arches except ppc64le
-rw-r--r--testing/iwd/APKBUILD2
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"