diff options
| author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 00:02:18 +0000 |
|---|---|---|
| committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 00:02:18 +0000 |
| commit | e92dde49b372ff4a5de30aff9d6673ca34f668fa (patch) | |
| tree | e79edffd42c8e6cb8bb314b8f37f88d67e15461a | |
| parent | e5a7d945af14fc9d13c6b9a7b41be2d5854f8859 (diff) | |
| download | aports-e92dde49b372ff4a5de30aff9d6673ca34f668fa.tar.bz2 aports-e92dde49b372ff4a5de30aff9d6673ca34f668fa.tar.xz | |
community/pluma: disable on mips
| -rw-r--r-- | community/pluma/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pluma/APKBUILD b/community/pluma/APKBUILD index b3c75217b9..61512d51a2 100644 --- a/community/pluma/APKBUILD +++ b/community/pluma/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.24.0 pkgrel=1 pkgdesc="A small and lightweight UTF-8 text editor for the MATE" url="https://github.com/mate-desktop/pluma" -arch="all !s390x" # mate-desktop +arch="all !s390x !mips !mips64" # mate-desktop license="GPL-2.0-or-later" # check fails as tracked in https://github.com/mate-desktop/pluma/issues/33 options="!check" |
