Skip to content
Snippets Groups Projects
Verified Commit 97d484eb authored by Patrycja Rosa's avatar Patrycja Rosa :cat:
Browse files

community/tokodon: disable on armv7, x86

parent 81d962fe
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,8 @@ pkgdesc="A Mastodon client for Plasma and Plasma Mobile"
url="https://invent.kde.org/network/tokodon/"
# armhf blocked by extra-cmake-modules
# riscv64, ppc64le, s390x: blocked by proposals
arch="all !armhf !riscv64 !ppc64le !s390x"
# armv7, x86: blocked by qt6-qtwebview
arch="all !armhf !armv7 !riscv64 !ppc64le !s390x !x86"
license="GPL-3.0-only AND CC0-1.0"
depends="
kirigami-addons
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment