diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2021-06-01 12:57:26 -0600 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2021-06-01 12:57:26 -0600 |
commit | f696e3149ed9badba43eea00a97ae4995845dd07 (patch) | |
tree | 00dceb0daa1b4c2aea88728f8b8f8d20129a976b /community | |
parent | 58b0eb0da22480ca9340f11c66448fd4f76e7e73 (diff) | |
download | aports-f696e3149ed9badba43eea00a97ae4995845dd07.tar.gz aports-f696e3149ed9badba43eea00a97ae4995845dd07.tar.bz2 aports-f696e3149ed9badba43eea00a97ae4995845dd07.tar.xz |
community/mellowplayer: disable, fails to pass tests on any architecture
Diffstat (limited to 'community')
-rw-r--r-- | community/mellowplayer/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/mellowplayer/APKBUILD b/community/mellowplayer/APKBUILD index 46cb9da2e9..3032568f71 100644 --- a/community/mellowplayer/APKBUILD +++ b/community/mellowplayer/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.6.8 pkgrel=0 pkgdesc="QT based cloud music integration for your desktop" url="https://colinduquesnoy.gitlab.io/MellowPlayer/" -arch="all !ppc64le !s390x !armhf !mips !mips64" # mips, ppc64le and s390x blocked by qt5-qtwebengine missing, armhf blocked by qt5-qtdeclarative +#arch="all !ppc64le !s390x !armhf !mips !mips64" # mips, ppc64le and s390x blocked by qt5-qtwebengine missing, armhf blocked by qt5-qtdeclarative license="GPL-2.0-or-later" depends="qt5-qtgraphicaleffects qt5-qtquickcontrols qt5-qtsvg qt5-qtwayland" makedepends="cmake qt5-qtdeclarative-dev qt5-qtquickcontrols2-dev qt5-qtbase-mysql |