diff options
| author | Mike Sullivan <mksully22@gmail.com> | 2019-02-18 18:14:22 +0000 |
|---|---|---|
| committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-02-19 08:13:31 +0000 |
| commit | 4787e5a94c50ec4d137750a129ed7939ec0d3f04 (patch) | |
| tree | de0fde1717d6119402dfd0ae006475df85726c5b /testing | |
| parent | af5b9aad1afd5afcfa7d37c6804aa9122956b390 (diff) | |
| download | aports-4787e5a94c50ec4d137750a129ed7939ec0d3f04.tar.bz2 aports-4787e5a94c50ec4d137750a129ed7939ec0d3f04.tar.xz | |
testing/scap-workbench: re-enable build now that openscap dependancy is fixed
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/scap-workbench/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/scap-workbench/APKBUILD b/testing/scap-workbench/APKBUILD index df692140d1..7b11e795f6 100644 --- a/testing/scap-workbench/APKBUILD +++ b/testing/scap-workbench/APKBUILD @@ -2,10 +2,10 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=scap-workbench pkgver=1.2.0 -pkgrel=1 +pkgrel=2 pkgdesc="SCAP Scanner And Tailoring Graphical User Interface" url="https://www.open-scap.org/tools/scap-workbench/" -arch="all !ppc64le" +arch="all" license="GPL-3.0" depends="openssh-askpass util-linux openssh-client polkit" makedepends="qt5-qtbase-dev qt5-qtxmlpatterns-dev openscap-dev cmake asciidoctor" |
