Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 1B7F3781AAD for ; Thu, 11 Jul 2019 23:56:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 678E736894 for ; Fri, 12 Jul 2019 01:56:53 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cyNUufhtTfpp; Fri, 12 Jul 2019 01:56:52 +0200 (CEST) From: Bart Ribbers DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1562889412; bh=qVZvv/yUhSWdvS8ZquGdqCBM29YodfWCqYKh1szEXX0=; h=From:To:Cc:Subject:Date; b=eqF1ZQzK57/lPZ8P4ed9kV/8fBrCwCscXPac3qYDLoQGb7UtWlRnM1PMnysosMOk9 2M7SQz0bUkrhysse3tP1Ddxg25jNjOcPC9PipVUV2sjo4IsTn79xYiVOwr4+KfWf9z ja/hQLvfq0aNccCYiA7ePuNIN9H0m1cHrY2SR5JwmwgJFp2GeCZFBlqrBLrEALssdB iJgn2GloDlAOs6hnjd3ggR+9f3Ql6+yeQWQ+VJ8DS4G8l17zyHTD+K//UwB63E1Qjg GW30FuQAOAZOPrmkIUzJO0xz3W3qxG6AeVZGkq0erird5ZiN/fdHATPVw1Wg59D3Uz C8zOHzuO8hpAw== To: alpine-aports@lists.alpinelinux.org Cc: Bart Ribbers Subject: [PATCH] testing/kmail-account-wizard: limit on ppc64le and s390x Date: Fri, 12 Jul 2019 01:56:26 +0200 Message-Id: <20190711235626.6890-1-bribbers@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit --- testing/kmail-account-wizard/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/kmail-account-wizard/APKBUILD b/testing/kmail-account-wizard/APKBUILD index 6af7e57286..ae6d0cadd7 100644 --- a/testing/kmail-account-wizard/APKBUILD +++ b/testing/kmail-account-wizard/APKBUILD @@ -3,7 +3,7 @@ pkgname=kmail-account-wizard pkgver=19.04.2 pkgrel=0 -arch="all" +arch="all !ppc64le !s390x" # Limited by kmailtransport -> libkgapi -> qt5-qtwebengine url="https://kontact.kde.org/" pkgdesc="KMail account wizard" license="GPL-2.0-or-later AND LGPL-2.0-or-later AND GFDL-1.2-only" -- 2.22.0