diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-07 23:48:45 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-07 23:48:45 +0000 |
commit | a45645c52098a75741d5585b6425c552b710e606 (patch) | |
tree | 10871d35636e42d1e36bccc37f94c3cc9ae18442 /community/tepl | |
parent | b1a0d78ce87753b4bd8c806a30f052b5a76965a1 (diff) | |
download | aports-a45645c52098a75741d5585b6425c552b710e606.tar.bz2 aports-a45645c52098a75741d5585b6425c552b710e606.tar.xz |
community/tepl: disable on mips
Diffstat (limited to 'community/tepl')
-rw-r--r-- | community/tepl/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/tepl/APKBUILD b/community/tepl/APKBUILD index 39170d3919..201d9bcae5 100644 --- a/community/tepl/APKBUILD +++ b/community/tepl/APKBUILD @@ -5,7 +5,7 @@ pkgver=4.4.0 pkgrel=0 pkgdesc="Text editor product line" url="https://wiki.gnome.org/Projects/Tepl" -arch="all !s390x" # Limited by gtksourceview4 +arch="all !s390x !mips !mips64" # Limited by gtksourceview4 license="GPL-3.0-or-later" makedepends="amtk-dev glib-dev gtksourceview4-dev gtk+3.0-dev libxml2-dev uchardet-dev vala gobject-introspection-dev" |