qt5: fix typo
This commit is contained in:
parent
9c6c52b90c
commit
c5adf6eb25
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ license="GPL-3, LGPL-2.1"
|
|||
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/single/qt-everywhere-src-${version}.tar.xz"
|
||||
checksum=05ffba7b811b854ed558abf2be2ddbd3bb6ddd0b60ea4b5da75d277ac15e740a
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" ]; in
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
arvm5*|mips*) broken="qtwebengine cannot be built for $XBPS_TARGET_MACHINE" ;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in a new issue