diff options
| author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 00:48:31 +0000 |
|---|---|---|
| committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 00:48:31 +0000 |
| commit | ac9fab7682ee7f3659aefb404c41d68c357af6da (patch) | |
| tree | 6b5273d0954e419bffe546fc0e3d145d8e3dfb65 | |
| parent | 40d425d87d0ef501541d07e1439074bf2f8494f7 (diff) | |
| download | aports-ac9fab7682ee7f3659aefb404c41d68c357af6da.tar.bz2 aports-ac9fab7682ee7f3659aefb404c41d68c357af6da.tar.xz | |
community/seahorse: disable on mips
| -rw-r--r-- | community/seahorse/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/seahorse/APKBUILD b/community/seahorse/APKBUILD index cc8ef420da..06cdca2e4b 100644 --- a/community/seahorse/APKBUILD +++ b/community/seahorse/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.36 pkgrel=0 pkgdesc="GNOME application for managing PGP keys." url="https://projects.gnome.org/seahorse/" -arch="all !s390x" # limited by libhandy +arch="all !s390x !mips !mips64" # limited by libhandy license="GPL-2.0-or-later" depends="openssh dconf gnome-keyring" makedepends="vala libxml2-utils |
