aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-08 04:18:45 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-08 04:19:21 +0000
commit7f4b8ea651838b758f35a0b4045c3940d94b430e (patch)
tree55d97d683fd53b850255ce0c4a727305b0081480
parent63ce43a2e17103ecb0fd89eb22cb783ad7d0af81 (diff)
community/kwave: disable on mips
-rw-r--r--community/kwave/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/kwave/APKBUILD b/community/kwave/APKBUILD
index f89e3fb11ba..130318cfbb1 100644
--- a/community/kwave/APKBUILD
+++ b/community/kwave/APKBUILD
@@ -3,7 +3,7 @@
pkgname=kwave
pkgver=19.12.3
pkgrel=0
-arch="all !armhf" # armhf blocked by extra-cmake-modules
+arch="all !armhf !mips !mips64" # armhf blocked by extra-cmake-modules, mips FTBFS
url="http://kwave.sourceforge.net/"
pkgdesc="A sound editor for KDE"
license="GPL-2.0-or-later"