diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2020-01-06 15:06:09 +0100 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-01-06 15:06:09 +0100 |
commit | d3532f6c1e6742db379b141c71d84abeeaa97419 (patch) | |
tree | 632712298fc55b3839a29917657c55134ab587c7 /community/kmouth | |
parent | a6b388f8d84052710146dd15d0a8d6f315b6c161 (diff) | |
download | aports-d3532f6c1e6742db379b141c71d84abeeaa97419.tar.bz2 aports-d3532f6c1e6742db379b141c71d84abeeaa97419.tar.xz |
community/kmouth: disable on armhf
Needs recently disabled qtdeclarative.
Diffstat (limited to 'community/kmouth')
-rw-r--r-- | community/kmouth/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/kmouth/APKBUILD b/community/kmouth/APKBUILD index 9334ff23ec..768dc0a512 100644 --- a/community/kmouth/APKBUILD +++ b/community/kmouth/APKBUILD @@ -3,7 +3,7 @@ pkgname=kmouth pkgver=19.12.0 pkgrel=0 -arch="all" +arch="all !armhf" #qtdeclarative url="https://kde.org/applications/utilities/org.kde.kmouth" pkgdesc="Speech Synthesizer Frontend" license="GPL-2.0-or-later" |