diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-25 20:13:39 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-25 20:13:39 -0300 |
commit | 9e60ef01530d4ca6b9aa9d1145180035592fff74 (patch) | |
tree | f80567819ce7ea149df1e92122d4ec366c8e98d4 /community/qt5-qtwebengine | |
parent | da170b26cefa49576797fe5e4686eca2c6655cfb (diff) | |
download | aports-9e60ef01530d4ca6b9aa9d1145180035592fff74.tar.bz2 aports-9e60ef01530d4ca6b9aa9d1145180035592fff74.tar.xz |
community/qt5-qtwebengine: disable on armv7 to unblock builders.
Diffstat (limited to 'community/qt5-qtwebengine')
-rw-r--r-- | community/qt5-qtwebengine/APKBUILD | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/community/qt5-qtwebengine/APKBUILD b/community/qt5-qtwebengine/APKBUILD index a5be60ce1a..74fe44df22 100644 --- a/community/qt5-qtwebengine/APKBUILD +++ b/community/qt5-qtwebengine/APKBUILD @@ -5,7 +5,7 @@ pkgrel=0 pkgdesc="Qt5 - QtWebEngine components" url="https://www.qt.io/developers/" # ppc64le, s390x: not supported -arch="all !ppc64le !s390x !armhf" # armhf blocked by qt5-qtdeclarative +arch="all !ppc64le !s390x !armhf !armv7" # armhf blocked by qt5-qtdeclarative 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 @@ -14,13 +14,11 @@ makedepends="$depends_dev alsa-lib-dev bison bsd-compat-headers - ffmpeg-dev flex fontconfig-dev gperf gzip harfbuzz-dev - icu-dev jsoncpp-dev libevent-dev libjpeg-turbo-dev |