diff options
author | Bart Ribbers <bribbers@disroot.org> | 2021-06-29 10:20:05 +0200 |
---|---|---|
committer | Bart Ribbers <bribbers@disroot.org> | 2021-06-29 10:20:05 +0200 |
commit | 8254145260906d7ab47d4c0de2ad5866257cc0ba (patch) | |
tree | 1781454af9d24b80ac6059461c485f9b259eaaa1 | |
parent | 4d9dc59fdfa57d49c26d45fca7d30b0e0e831d3b (diff) |
community/xfce4: disable on riscv64
-rw-r--r-- | community/xfce4/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/xfce4/APKBUILD b/community/xfce4/APKBUILD index a49eb0c0b7a..77d9b476a77 100644 --- a/community/xfce4/APKBUILD +++ b/community/xfce4/APKBUILD @@ -5,7 +5,8 @@ pkgver=4.16 pkgrel=0 pkgdesc="XFCE 4 meta package" url="https://xfce.org" -arch="noarch !s390x !mips64" # polkit +# s390x, mips64 and riscv64 blocked by polkit -> xfce4-settings +arch="noarch !s390x !mips64 !riscv64" license="GPL" # https://mail.xfce.org/pipermail/xfce-announce/2019-May/000701.html depends=" |