Skip to content

Commit

Permalink
dev-qt/qtscript: reintroduce USE=jit for Qt5.
Browse files Browse the repository at this point in the history
Gentoo-Bug: 556032

Package-Manager: portage-2.2.20.1
  • Loading branch information
Pesa committed Aug 22, 2015
1 parent 95e3dae commit 8600971
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -28,3 +28,10 @@ src_prepare() {

qt5-build_src_prepare
}

src_configure() {
local myqmakeargs=(
$(usex jit '' JAVASCRIPTCORE_JIT=no)
)
qt5-build_src_configure
}

0 comments on commit 8600971

Please sign in to comment.