diff options
author | Bart Ribbers <bart.ribbers@openmailbox.org> | 2017-07-19 16:49:20 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-07-19 22:15:44 +0200 |
commit | 7f4fdea9680096d4056ee0d467869f5e4a3f82af (patch) | |
tree | 082eefe2219f67c63873fcc140798fed64b1d52b | |
parent | c761042f9f275f7ebfac88ee972df363c8a2ce68 (diff) | |
download | aports-7f4fdea9680096d4056ee0d467869f5e4a3f82af.tar.bz2 aports-7f4fdea9680096d4056ee0d467869f5e4a3f82af.tar.xz |
community/qt5-qtscript: compiles fine again on armhf, re-enable it
-rw-r--r-- | community/qt5-qtscript/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/qt5-qtscript/APKBUILD b/community/qt5-qtscript/APKBUILD index ddebc27aab..51aebe9cdf 100644 --- a/community/qt5-qtscript/APKBUILD +++ b/community/qt5-qtscript/APKBUILD @@ -8,7 +8,7 @@ _V=${_ver/rc/RC} pkgrel=0 pkgdesc="Qt5 - QtScript component" url="http://qt-project.org/" -arch="all !armhf" +arch="all" license="LGPLv2 with exceptions or GPLv3 with exceptions" depends="" depends_dev="" |