aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-qtwebengine/APKBUILD
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2020-02-27 09:37:20 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2020-02-27 09:37:20 +0000
commit9a47daba4e5be9b521e1579269334f6f8f17345b (patch)
tree2e89c4fffb782af2f7df8050845a691c11d3bbfa /community/py3-qtwebengine/APKBUILD
parent0ee9b08e8bdd34c1e6a168b0914ecb60f566694b (diff)
community/py3-qtwebengine: revert disable on armv7
qt5-qtwebengine has been fixed
Diffstat (limited to 'community/py3-qtwebengine/APKBUILD')
-rw-r--r--community/py3-qtwebengine/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-qtwebengine/APKBUILD b/community/py3-qtwebengine/APKBUILD
index 9fd9d1458d0..d2a8f715fd2 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"