aboutsummaryrefslogtreecommitdiffstats
path: root/community/meld
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2019-12-06 13:10:14 +0100
committerRasmus Thomsen <oss@cogitri.dev>2019-12-06 13:10:14 +0100
commit237ebb0224184f9cc3706241bf5b68dc601ac153 (patch)
treee6974b97c61b2da4ed40a252eda208fec4f7c180 /community/meld
parentf5bc81a22091f5850c6fbef06bed800b110c8f79 (diff)
downloadaports-237ebb0224184f9cc3706241bf5b68dc601ac153.tar.bz2
aports-237ebb0224184f9cc3706241bf5b68dc601ac153.tar.xz
community/meld: disable on s390x
Missing gtksourceview
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 c17418150a..66ea8a3545 100644
--- a/community/meld/APKBUILD
+++ b/community/meld/APKBUILD
@@ -5,7 +5,7 @@ pkgver=3.20.1
pkgrel=3
pkgdesc="A visual diff and merge tool"
url="https://meldmerge.org"
-arch="noarch"
+arch="all !s390x" # missing gtksourceview
license="GPL-2.0-or-later"
depends="dconf gtksourceview gsettings-desktop-schemas py3-gobject3
py3-cairo"