From e99c8f3633c0fb67bbc3bf22adc5d06a245cf9cf Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Thu, 23 May 2024 22:16:46 +0200 Subject: [PATCH] community/kaccounts-integration: correct blockage description It's firstmost blocked by qt6-qtwebengine so it should be mentioned first. It also helps finding packages later when we enable more arches for qt6-qtwebengine as we can do a simple "grep 'blocked by qt6-qtwebengine'" and find all packages we can enable --- community/kaccounts-integration/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/kaccounts-integration/APKBUILD b/community/kaccounts-integration/APKBUILD index d98aad6effc..ce61298018c 100644 --- a/community/kaccounts-integration/APKBUILD +++ b/community/kaccounts-integration/APKBUILD @@ -7,7 +7,7 @@ pkgname=kaccounts-integration pkgver=24.05.0 pkgrel=0 # armhf blocked by extra-cmake-modules -# s390x, ppc64le, riscv64 blocked by signon-ui -> qt6-qtwebengine +# s390x, ppc64le, riscv64 blocked by qt6-qtwebengine -> signon-ui arch="all !armhf !s390x !ppc64le !riscv64" url="https://kde.org/applications/internet/" pkgdesc="Small system to administer web accounts for the sites and services across the KDE desktop"