diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2020-01-15 14:23:59 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2020-01-15 14:23:59 +0000 |
commit | f7d7fe8b04781b646e4b0525ead02dc72c32a002 (patch) | |
tree | d3996819b40340762098a525ca13cfc76e920b34 /community/kwrited | |
parent | 4b6289cd84b66605939dabff1dba46a8e9a85855 (diff) | |
download | aports-f7d7fe8b04781b646e4b0525ead02dc72c32a002.tar.bz2 aports-f7d7fe8b04781b646e4b0525ead02dc72c32a002.tar.xz |
community/kwrited: disable on armhf
qt5-qtdeclarative-dev (missing):
required by: ki18n-dev-5.65.0-r0[qt5-qtdeclarative-dev]
Diffstat (limited to 'community/kwrited')
-rw-r--r-- | community/kwrited/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/kwrited/APKBUILD b/community/kwrited/APKBUILD index 06f3f86763..18c9d83856 100644 --- a/community/kwrited/APKBUILD +++ b/community/kwrited/APKBUILD @@ -4,7 +4,7 @@ pkgname=kwrited pkgver=5.17.5 pkgrel=0 pkgdesc="KDE daemon listening for wall and write messages" -arch="all" +arch="all !armhf" # qt5-qtdeclarative-dev unavilable on armhf url="https://www.kde.org/workspaces/plasmadesktop/" license="GPL-2.0-or-later" makedepends="extra-cmake-modules qt5-qtbase-dev kcoreaddons-dev ki18n-dev kpty-dev knotifications-dev kdbusaddons-dev" |