diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2020-02-27 09:37:20 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2020-02-27 09:37:20 +0000 |
commit | 9a47daba4e5be9b521e1579269334f6f8f17345b (patch) | |
tree | 2e89c4fffb782af2f7df8050845a691c11d3bbfa /community/py3-qtwebengine | |
parent | 0ee9b08e8bdd34c1e6a168b0914ecb60f566694b (diff) | |
download | aports-9a47daba4e5be9b521e1579269334f6f8f17345b.tar.bz2 aports-9a47daba4e5be9b521e1579269334f6f8f17345b.tar.xz |
community/py3-qtwebengine: revert disable on armv7
qt5-qtwebengine has been fixed
Diffstat (limited to 'community/py3-qtwebengine')
-rw-r--r-- | community/py3-qtwebengine/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-qtwebengine/APKBUILD b/community/py3-qtwebengine/APKBUILD index 9fd9d1458d..d2a8f715fd 100644 --- a/community/py3-qtwebengine/APKBUILD +++ b/community/py3-qtwebengine/APKBUILD @@ -5,7 +5,7 @@ pkgrel=0 pkgdesc="Python 3 bindings for QtWebEngine" url="https://www.riverbankcomputing.com/software/pyqtwebengine/intro" # ppc64le, s390x: not supported -arch="all !ppc64le !s390x !armhf !armv7" # armhf blocked by py3-qt5 -> qt5-qtdeclarative +arch="all !ppc64le !s390x !armhf" # armhf blocked by py3-qt5 -> qt5-qtdeclarative license="GPL-2.0-or-later" depends="python3" makedepends="python3-dev py3-qt5 qt5-qtwebengine-dev py-sip-dev" |