aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2024-04-23 21:30:58 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2024-04-23 21:31:44 +0200
commit823a1061728c0312d3b7f1cbfcf2968946446e62 (patch)
treee809a4edf5bc9f6c8c600c43f358b4d81b9f51f1
parent616939dfbbf9f43ac98cb80c1b99e6ab8ca8037c (diff)
community/krita: disable on riscv64HEADmaster
fails to build
-rw-r--r--community/krita/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/krita/APKBUILD b/community/krita/APKBUILD
index 2f53c237fa5..9d2913a41d0 100644
--- a/community/krita/APKBUILD
+++ b/community/krita/APKBUILD
@@ -5,7 +5,8 @@ pkgver=5.2.2
pkgrel=2
# armhf blocked by build failures
# s390x: nobody is using an art tool there
-arch="all !s390x !armhf"
+# riscv64: fails to build from source
+arch="all !s390x !armhf !riscv64"
url="https://krita.org/"
pkgdesc="Free digital painting application. Digital Painting, Creative Freedom!"
license="GPL-2.0-or-later"