aboutsummaryrefslogtreecommitdiffstats
path: root/community/mousepad/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-12-04 20:24:50 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-12-04 20:25:12 +0100
commitf8465ce5a61496a1bc5ee4596e2ce9bcb44d7b1d (patch)
tree200af55cb5a0a98a9a469548048230f2736017ed /community/mousepad/APKBUILD
parent90c4f68517faedbe110c287f95516078529166e4 (diff)
community/mousepad: disable on s390x
Diffstat (limited to 'community/mousepad/APKBUILD')
-rw-r--r--community/mousepad/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/mousepad/APKBUILD b/community/mousepad/APKBUILD
index 71a596d22c2..07a267a635b 100644
--- a/community/mousepad/APKBUILD
+++ b/community/mousepad/APKBUILD
@@ -4,7 +4,7 @@ pkgver=0.4.2
pkgrel=0
pkgdesc="Simple Text Editor for Xfce4"
url="https://git.xfce.org/apps/mousepad/"
-arch="all"
+arch="all !s390x" # Limited by gtksourceview
license="GPL-2.0-or-later"
makedepends="gtk+3.0-dev gtksourceview-dev intltool xfconf-dev"
depends="desktop-file-utils"