aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2020-01-31 17:37:32 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2020-01-31 17:37:32 +0000
commitf539858521fee896974c1941c0b6d56c97729e8a (patch)
tree299f2b126a84633dae111ca13e207dbb6c3df454
parentfcc3e031ddc78918418d6e9c1df80c55173b4776 (diff)
downloadaports-f539858521fee896974c1941c0b6d56c97729e8a.tar.bz2
aports-f539858521fee896974c1941c0b6d56c97729e8a.tar.xz
community/orca: disable on armhf
Dependency gst-plugins-good is missing.
-rw-r--r--community/orca/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/orca/APKBUILD b/community/orca/APKBUILD
index 96fe6f4f12..e64095bec4 100644
--- a/community/orca/APKBUILD
+++ b/community/orca/APKBUILD
@@ -5,7 +5,7 @@ pkgver=3.34.2
pkgrel=0
pkgdesc="Orca is an extensible screen reader"
url="https://wiki.gnome.org/Projects/Orca"
-arch="noarch"
+arch="noarch !armhf" # missing gst-plugins-good
license="LGPL-2.1-or-later"
depends="python3 py3-gobject3 gtk+3.0 gst-plugins-good at-spi2-core
py3-atspi atk py3-xdg"