diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2020-04-29 14:25:01 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2020-04-29 17:16:00 +0000 |
commit | 20f257ca0c68afe40b2accd51e0c6ce466c20493 (patch) | |
tree | 8658f028599715076013740c88dbdd5fcab734e2 /community/qt5-qtwebengine | |
parent | 986f344c35ae51e45f9b1260f3919e389885321a (diff) | |
download | aports-20f257ca0c68afe40b2accd51e0c6ce466c20493.tar.bz2 aports-20f257ca0c68afe40b2accd51e0c6ce466c20493.tar.xz |
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.
Diffstat (limited to 'community/qt5-qtwebengine')
-rw-r--r-- | community/qt5-qtwebengine/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
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 |