dev-qt/qtscript: reintroduce USE=jit for Qt5.

Gentoo-Bug: 556032

Package-Manager: portage-2.2.20.1
This commit is contained in:
Davide Pesavento
2015-08-22 05:10:26 +02:00
parent 95e3dae3c9
commit 8600971440

View File

@@ -11,7 +11,7 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
fi
IUSE="scripttools"
IUSE="+jit scripttools"
DEPEND="
>=dev-qt/qtcore-${PV}:5
@@ -28,3 +28,10 @@ src_prepare() {
qt5-build_src_prepare
}
src_configure() {
local myqmakeargs=(
$(usex jit '' JAVASCRIPTCORE_JIT=no)
)
qt5-build_src_configure
}