diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-05 19:10:20 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-05 19:10:36 +0000 |
commit | 11935a1badbc8dda36f7a9a81b12b645639c1294 (patch) | |
tree | 6ccbef7751b6e13da34e0373effd4f1b7b78ed19 /testing/bolt | |
parent | f9413548c4c63d6993663161335b3b2b8bfcd83c (diff) | |
download | aports-11935a1badbc8dda36f7a9a81b12b645639c1294.tar.bz2 aports-11935a1badbc8dda36f7a9a81b12b645639c1294.tar.xz |
testing/bolt: disable armhf, armv7
Polkit is missing
Diffstat (limited to 'testing/bolt')
-rw-r--r-- | testing/bolt/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/bolt/APKBUILD b/testing/bolt/APKBUILD index c4e8ceec98..d7153c9592 100644 --- a/testing/bolt/APKBUILD +++ b/testing/bolt/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.7 pkgrel=0 pkgdesc="Thunderbolt 3 device manager" url="https://gitlab.freedesktop.org/bolt/bolt" -arch="all" +arch="all !armhf !armv7" # limited by polkit license="LGPL-2.1-or-later" makedepends="meson eudev-dev glib-dev polkit-dev asciidoc" checkdepends="dbus py3-gobject3" |