summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2015-08-24 03:26:19 +0200
committerDavide Pesavento <pesa@gentoo.org>2015-08-24 03:28:22 +0200
commit4e4c315a754b44734e46bdc1e4d9b864c6d6bd01 (patch)
tree3c511080812d62d6845fe244a32737496386bb6a /profiles/arch/amd64
parentdev-qt/qtdeclarative: add USE=jit, enabled by default. (diff)
downloadgentoo-4e4c315a754b44734e46bdc1e4d9b864c6d6bd01.tar.gz
gentoo-4e4c315a754b44734e46bdc1e4d9b864c6d6bd01.tar.bz2
gentoo-4e4c315a754b44734e46bdc1e4d9b864c6d6bd01.zip
profiles: mask USE=jit for dev-qt/qtdeclarative where unsupported.
Mimic what we already do with qtscript and jit, since the supported architectures are essentially the same. Signed-off-by: Davide Pesavento <pesa@gentoo.org>
Diffstat (limited to 'profiles/arch/amd64')
-rw-r--r--profiles/arch/amd64/package.use.mask5
-rw-r--r--profiles/arch/amd64/x32/package.use.mask3
2 files changed, 5 insertions, 3 deletions
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
index 6250dd81a924..fe26c7107a7a 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -170,8 +170,9 @@ www-client/epiphany -jit
www-client/midori -jit
# Davide Pesavento <pesa@gentoo.org> (30 Nov 2011)
-# JavaScriptCore JIT is supported only on amd64/arm/x86,
-# so it's masked in base profile and unmasked here.
+# The QML (V4) and JSC JITs are supported only on amd64/arm/x86,
+# so the flag is masked in the base profile and unmasked here.
+dev-qt/qtdeclarative -jit
dev-qt/qtscript -jit
dev-qt/qtwebkit -jit
diff --git a/profiles/arch/amd64/x32/package.use.mask b/profiles/arch/amd64/x32/package.use.mask
index 2d4e9a4ee68e..25de40c6f4bc 100644
--- a/profiles/arch/amd64/x32/package.use.mask
+++ b/profiles/arch/amd64/x32/package.use.mask
@@ -9,6 +9,7 @@
app-emulation/wine abi_x86_x32
# Davide Pesavento <pesa@gentoo.org> (30 Nov 2011)
-# JavaScriptCore JIT doesn't currently work on x32.
+# The QML (V4) and JSC JITs do not work on x32.
+dev-qt/qtdeclarative jit
dev-qt/qtscript jit
dev-qt/qtwebkit jit