From 59a288c5bd3f2aa3e07e9c4ea7bcb2bef555e8c5 Mon Sep 17 00:00:00 2001
From: Bart Ribbers <bribbers@disroot.org>
Date: Sun, 14 Aug 2022 13:40:57 +0200
Subject: [PATCH] community/isoimagewriter: enable on s390x and riscv64

---
 community/isoimagewriter/APKBUILD | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/community/isoimagewriter/APKBUILD b/community/isoimagewriter/APKBUILD
index 2a617fde6850..e6d28be6324d 100644
--- a/community/isoimagewriter/APKBUILD
+++ b/community/isoimagewriter/APKBUILD
@@ -4,8 +4,7 @@ pkgname=isoimagewriter
 pkgver=0.9
 pkgrel=0
 # armhf blocked by extra-cmake-modules
-# s390x and riscv64 blocked by polkit -> kauth
-arch="all !armhf !s390x !riscv64"
+arch="all !armhf"
 url="https://community.kde.org/ISOImageWriter"
 pkgdesc="A program to write hybrid ISO files onto a USB disk"
 license="GPL-3.0-only"
-- 
GitLab