mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
dev-qt/qtscript: reintroduce USE=jit for Qt5.
Gentoo-Bug: 556032 Package-Manager: portage-2.2.20.1
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user