diff options
author | Michał Polański <michal@polanski.me> | 2021-06-26 01:25:57 +0200 |
---|---|---|
committer | Michał Polański <michal@polanski.me> | 2021-06-26 01:25:57 +0200 |
commit | 9f3a7f816310f1cb262795d0130299e2d0381f75 (patch) | |
tree | 9ff6ff6d489fdaf43dc88f0bb3f107a3def36fd4 | |
parent | 745d551b93d3ba25d9879dbda299e7fa32aa6dff (diff) |
community/acf-vlc-daemon: disable on riscv64
limited by vlc
-rw-r--r-- | community/acf-vlc-daemon/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/acf-vlc-daemon/APKBUILD b/community/acf-vlc-daemon/APKBUILD index e9f792a8843..af9819f36db 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 !mips !mips64 !armhf" # limited by vlc +arch="noarch !s390x !mips !mips64 !armhf !riscv64" # limited by vlc license="GPL-2.0-only" options="!check" # no test suite depends="acf-core vlc-daemon" |