From 7b73d8aa4e93bc488bb8dd0241ff95f8f263bd2a Mon Sep 17 00:00:00 2001 From: Sertonix <sertonix@posteo.net> Date: Sun, 9 Mar 2025 18:05:32 +0100 Subject: [PATCH] community/acf-vlc-daemon: enable on all arches --- community/acf-vlc-daemon/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/acf-vlc-daemon/APKBUILD b/community/acf-vlc-daemon/APKBUILD index d6b2a8931022..bdb7dade44ee 100644 --- a/community/acf-vlc-daemon/APKBUILD +++ b/community/acf-vlc-daemon/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.5.0 pkgrel=4 pkgdesc="Web-based system administration interface for vlc" url="https://gitlab.alpinelinux.org/acf/acf-vlc-daemon" -arch="noarch !s390x !armhf" # limited by vlc +arch="noarch" license="GPL-2.0-only" options="!check" # no test suite depends="acf-core vlc-daemon" -- GitLab