From f1d736b2f80fe155e209cb15e54d6e5a2ffda8ff Mon Sep 17 00:00:00 2001 From: Noel Kuntze Date: Thu, 30 May 2024 18:46:32 +0200 Subject: [PATCH] testing/grommunio-admin-web: remove arch exclusions for armhf and ppc64le --- testing/grommunio-admin-web/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/grommunio-admin-web/APKBUILD b/testing/grommunio-admin-web/APKBUILD index 6972a02b5d5..d4ae7ce17f4 100644 --- a/testing/grommunio-admin-web/APKBUILD +++ b/testing/grommunio-admin-web/APKBUILD @@ -1,10 +1,10 @@ # Maintainer: Noel Kuntze pkgname=grommunio-admin-web -pkgdesc="Frontend for grommunio management" pkgver=2.9.0 pkgrel=2 -# s390x: blocked by grommunio-gromox, armhv, ppce64le blocked by py3-openapi-core, all through grommunio-admin-api -arch="noarch !armhf !ppc64le !riscv64 !s390x" +pkgdesc="Frontend for grommunio management" +# s390x: blocked by grommunio-gromox through grommunio-admin-api +arch="noarch !riscv64 !s390x" url="https://grommunio.com/" license="AGPL-3.0-only" options="!check" # No test suite