aboutsummaryrefslogtreecommitdiffstats
path: root/community/mousepad
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-08 00:12:19 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-08 00:12:19 +0000
commit111de3e8c2d1a65617ea72f21dffd9c393ead03f (patch)
tree2a302967a89c380eb711ba1525187e0f90713b36 /community/mousepad
parente934ce460c9e3aa7723da140acb6c599d6568cb2 (diff)
downloadaports-111de3e8c2d1a65617ea72f21dffd9c393ead03f.tar.bz2
aports-111de3e8c2d1a65617ea72f21dffd9c393ead03f.tar.xz
community/mousepad: disable on mips
Diffstat (limited to 'community/mousepad')
-rw-r--r--community/mousepad/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/mousepad/APKBUILD b/community/mousepad/APKBUILD
index 07a267a635..d0ebc2804a 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 !s390x" # Limited by gtksourceview
+arch="all !s390x !mips !mips64" # Limited by gtksourceview
license="GPL-2.0-or-later"
makedepends="gtk+3.0-dev gtksourceview-dev intltool xfconf-dev"
depends="desktop-file-utils"