From cad8662108e80b30f4e11837b9491815e9948fd2 Mon Sep 17 00:00:00 2001
From: Natanael Copa <ncopa@alpinelinux.org>
Date: Wed, 18 Mar 2020 13:51:21 +0000
Subject: [PATCH] community/seahorse: disable on s390x

due to libhandy
---
 community/seahorse/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/community/seahorse/APKBUILD b/community/seahorse/APKBUILD
index 1ae92eeff349..cc8ef420da4c 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"
+arch="all !s390x" # limited by libhandy
 license="GPL-2.0-or-later"
 depends="openssh dconf gnome-keyring"
 makedepends="vala libxml2-utils
-- 
GitLab