From 20f257ca0c68afe40b2accd51e0c6ce466c20493 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 29 Apr 2020 14:25:01 +0000 Subject: community/qt5-qtwebengine: use whitelist for arches the list of supported arches is smaller than the list of unsupported ones so use a whitelist instead of blacklist. --- community/qt5-qtwebengine/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/qt5-qtwebengine') diff --git a/community/qt5-qtwebengine/APKBUILD b/community/qt5-qtwebengine/APKBUILD index d4788eeb35..a2b2b3ee17 100644 --- a/community/qt5-qtwebengine/APKBUILD +++ b/community/qt5-qtwebengine/APKBUILD @@ -7,7 +7,7 @@ url="https://www.qt.io/developers/" # ppc64le and s390x are not supported # mips is also not supported # armhf blocked by qt5-qtdeclarative -arch="all !ppc64le !s390x !armhf !mips !mips64" +arch="aarch64 armv7 x86 x86_64" license="LGPL-2.1-only AND LGPL-3.0-only AND GPL-3.0-only AND Qt-GPL-exception-1.0" depends_dev="gstreamer-dev gst-plugins-base-dev libxslt-dev mesa-dev icu-dev libxext-dev glib-dev libxcomposite-dev libxrender-dev ninja ffmpeg-dev -- cgit v1.2.3