aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-05-26 21:38:52 +0200
committerRasmus Thomsen <oss@cogitri.dev>2020-05-26 21:38:52 +0200
commitab1437b144f7bca9c37f4af0874170dc0dcc1cb3 (patch)
tree5f6359c5b4980e84cac7bd554c7474a0c983949c
parent93d63febf5fd3aa52cb11ad5c137a7285a41b4f0 (diff)
downloadalpine_aports-ab1437b144f7bca9c37f4af0874170dc0dcc1cb3.tar.bz2
alpine_aports-ab1437b144f7bca9c37f4af0874170dc0dcc1cb3.tar.xz
alpine_aports-ab1437b144f7bca9c37f4af0874170dc0dcc1cb3.zip
testing/ausweisapp2: disable on armhf due to missing qt5-qtquickcontrols2
-rw-r--r--testing/ausweisapp2/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ausweisapp2/APKBUILD b/testing/ausweisapp2/APKBUILD
index 9417873480..60923c593e 100644
--- a/testing/ausweisapp2/APKBUILD
+++ b/testing/ausweisapp2/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.20.0
5pkgrel=1 5pkgrel=1
6pkgdesc="Official authentication app for German ID card and residence permit" 6pkgdesc="Official authentication app for German ID card and residence permit"
7url="https://www.ausweisapp.bund.de/" 7url="https://www.ausweisapp.bund.de/"
8arch="all" 8arch="all !armhf" # missing qt5-qtquickcontrols2
9license="EUPL-1.2" 9license="EUPL-1.2"
10depends="pcsc-lite pcsc-cyberjack ccid acsccid" 10depends="pcsc-lite pcsc-cyberjack ccid acsccid"
11makedepends="cmake pkgconf pcsc-lite-dev http-parser-dev openssl-dev 11makedepends="cmake pkgconf pcsc-lite-dev http-parser-dev openssl-dev