aboutsummaryrefslogtreecommitdiffstats
path: root/community/meld
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-08 00:11:55 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-08 00:11:55 +0000
commite934ce460c9e3aa7723da140acb6c599d6568cb2 (patch)
tree692842ae126751c9bd0b916f69dff0a5a5851572 /community/meld
parentc470e5ad76261fbae0c0b0d840113bf1a849141c (diff)
downloadaports-e934ce460c9e3aa7723da140acb6c599d6568cb2.tar.bz2
aports-e934ce460c9e3aa7723da140acb6c599d6568cb2.tar.xz
community/meld: disable on mips
Diffstat (limited to 'community/meld')
-rw-r--r--community/meld/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/meld/APKBUILD b/community/meld/APKBUILD
index 0a373f4dfe..b4d66939fc 100644
--- a/community/meld/APKBUILD
+++ b/community/meld/APKBUILD
@@ -6,7 +6,7 @@ pkgver=3.20.2
pkgrel=0
pkgdesc="A visual diff and merge tool"
url="https://meldmerge.org"
-arch="noarch !s390x" # missing gtksourceview
+arch="noarch !s390x !mips !mips64" # missing gtksourceview
license="GPL-2.0-or-later"
depends="dconf gtksourceview gsettings-desktop-schemas py3-gobject3
py3-cairo"