diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-05 14:03:35 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-05 14:03:35 +0000 |
commit | 949291b1c2dda2d282bb2e37faf7982f7869afaa (patch) | |
tree | b2327b7b890b7de22b037fe2429484493b37a12e /community/gnome-bluetooth/APKBUILD | |
parent | c52abf92152f48e34e7da56b01e677ff25c8ef14 (diff) | |
download | aports-949291b1c2dda2d282bb2e37faf7982f7869afaa.tar.bz2 aports-949291b1c2dda2d282bb2e37faf7982f7869afaa.tar.xz |
community/gnome-bluetooth: disable on armhf, armv7
Polkit is not available
Diffstat (limited to 'community/gnome-bluetooth/APKBUILD')
-rw-r--r-- | community/gnome-bluetooth/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gnome-bluetooth/APKBUILD b/community/gnome-bluetooth/APKBUILD index 41ec1e7c4b..0803db4a8f 100644 --- a/community/gnome-bluetooth/APKBUILD +++ b/community/gnome-bluetooth/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.32.1 pkgrel=0 pkgdesc="The GNOME Bluetooth Subsystem" url="https://wiki.gnome.org/Projects/GnomeBluetooth" -arch="all" +arch="all !armv7 !armhf" # Polkit is not available license="GPL-2.0-or-later LGPL-2.1-or-later" depends="hicolor-icon-theme bluez>=5" makedepends="dconf-dev gobject-introspection-dev libnotify-dev libxi-dev |