diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-05-21 18:07:24 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-05-21 18:07:33 -0300 |
commit | 7ed915f3fee3bfc9691beece4b82988cc221453e (patch) | |
tree | aeafbb091ab9c955ed5a198a8f9040691011700a | |
parent | 07cf870e8e3c6f83ce0c23a31f71c06f838efb23 (diff) | |
download | aports-7ed915f3fee3bfc9691beece4b82988cc221453e.tar.gz aports-7ed915f3fee3bfc9691beece4b82988cc221453e.tar.bz2 aports-7ed915f3fee3bfc9691beece4b82988cc221453e.tar.xz |
testing/qml-box2d: disable on armhf
-rw-r--r-- | testing/qml-box2d/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/qml-box2d/APKBUILD b/testing/qml-box2d/APKBUILD index f1936e6e1d..106d555947 100644 --- a/testing/qml-box2d/APKBUILD +++ b/testing/qml-box2d/APKBUILD @@ -6,7 +6,7 @@ _sha=b7212d5640701f93f0cd88fbd3a32c619030ae62 pkgrel=0 pkgdesc="Box2D QML plugin" url="https://github.com/qml-box2d/qml-box2d" -arch="all" +arch="all !armhf" # Missing qt5-qtdeclarative license="Zlib" makedepends="git qt5-qtbase-dev qt5-qtquickcontrols2-dev" depends="qt5-qtquickcontrols2" |