forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information
Showing
5 changed files
with
14 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -170,8 +170,9 @@ www-client/epiphany -jit | |
www-client/midori -jit | ||
|
||
# Davide Pesavento <[email protected]> (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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ | |
app-emulation/wine abi_x86_x32 | ||
|
||
# Davide Pesavento <[email protected]> (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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -390,8 +390,9 @@ app-admin/syslog-ng json | |
net-misc/tinc vde | ||
|
||
# Davide Pesavento <[email protected]> (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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -163,8 +163,9 @@ www-client/midori -jit | |
media-video/transcode -nuv -pic | ||
|
||
# Davide Pesavento <[email protected]> (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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -630,8 +630,9 @@ sys-devel/gcc libssp | |
media-video/transcode nuv pic | ||
|
||
# Davide Pesavento <[email protected]> (30 Nov 2011) | ||
# JavaScriptCore JIT is supported only on amd64/arm/x86, so | ||
# mask USE="jit" here and unmask it in the relevant arch profiles. | ||
# The QML (V4) and JSC JITs are supported only on amd64/arm/x86, so | ||
# mask the flag here and unmask it in the appropriate arch profiles. | ||
dev-qt/qtdeclarative jit | ||
dev-qt/qtscript jit | ||
dev-qt/qtwebkit jit | ||
|
||
|