aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-09-11 02:32:23 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-09-13 08:04:24 +0000
commit2cb7af8b63cf93f4735cea562347160850803629 (patch)
tree352bb3c00d4dea39accc3c64aa275750bac7810e
parent4aac20bc95077ab9730c4ef239d370824a6d6f7f (diff)
testing/scap-workbench: disable on s390x due to polkit
-rw-r--r--testing/scap-workbench/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/scap-workbench/APKBUILD b/testing/scap-workbench/APKBUILD
index a378f3f3562..2631a51f135 100644
--- a/testing/scap-workbench/APKBUILD
+++ b/testing/scap-workbench/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.2.1
pkgrel=0
pkgdesc="SCAP Scanner And Tailoring Graphical User Interface"
url="https://www.open-scap.org/tools/scap-workbench/"
-arch="all !mips !mips64 !armhf"
+arch="all !mips !mips64 !armhf !s390x"
license="GPL-3.0"
depends="openssh-askpass util-linux openssh-client polkit"
makedepends="qt5-qtbase-dev qt5-qtxmlpatterns-dev openscap-dev cmake asciidoc libxslt"