From 0ad0ca66fee3cf81aa1f03728def2c704dfc041c Mon Sep 17 00:00:00 2001
From: psykose <alice@ayaya.dev>
Date: Tue, 4 Apr 2023 22:37:00 +0000
Subject: [PATCH] community/pyside6: disable on arm

---
 community/pyside6/APKBUILD | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/community/pyside6/APKBUILD b/community/pyside6/APKBUILD
index 72c8ec0c8140..433f91dc50fe 100644
--- a/community/pyside6/APKBUILD
+++ b/community/pyside6/APKBUILD
@@ -6,7 +6,8 @@ pkgrel=0
 _llvmver=15
 pkgdesc="Enables the use of Qt6 APIs in Python applications"
 url="https://doc.qt.io/qtforpython-6/"
-arch="all"
+# arm: broken with opengles2 feature in 6.5
+arch="all !aarch64 !armhf !armv7"
 license="LGPL-3.0-only AND GPL-2.0-only"
 makedepends="
 	clang$_llvmver-dev
-- 
GitLab