aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-07 23:12:30 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-07 23:12:30 +0000
commit68da57be45d14eff293a81753cd392c76a9b8766 (patch)
tree8218fc4bb89b89c9b1378155f069b343d3c7b547
parentd4f0b97d06d787da6090d594d6b1fd71cc356f0d (diff)
downloadaports-68da57be45d14eff293a81753cd392c76a9b8766.tar.bz2
aports-68da57be45d14eff293a81753cd392c76a9b8766.tar.xz
community/parley: disable on mips
-rw-r--r--community/parley/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/parley/APKBUILD b/community/parley/APKBUILD
index 3fd31c0474..f57575ac79 100644
--- a/community/parley/APKBUILD
+++ b/community/parley/APKBUILD
@@ -3,7 +3,7 @@
pkgname=parley
pkgver=19.12.3
pkgrel=0
-arch="all !ppc64le !s390x !armhf" # Limited by qt5-qtwebengine
+arch="all !ppc64le !s390x !armhf !mips !mips64" # Limited by qt5-qtwebengine
url="https://kde.org/applications/education/org.kde.parley"
pkgdesc="Vocabulary Trainer"
license="GPL-2.0-or-later AND GFDL-1.2-only"