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.
package.use.mask system-icu for firefox-56+, remove it on 17.0 profiles
- Loading branch information
1 parent
583527c
commit 6235a7e
Showing
2 changed files
with
8 additions
and
0 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 |
---|---|---|
|
@@ -8,8 +8,10 @@ | |
# mask everywhere, unmask on arch/*) use arch/base. | ||
|
||
# Pawel Hajdan jr <[email protected]> (18 Sep 2017) | ||
# Ian Stakenvicius <[email protected]> (27 Sep 2017) | ||
# Depends on >=icu-59, still masked. | ||
>=www-client/chromium-62.0.3202.9 system-icu | ||
>=www-client/firefox-56.0 system-icu | ||
|
||
# Andreas K. Huettel <[email protected]> (9 Sep 2017) | ||
# Potentially destructive. Use it only if you know what you're doing. | ||
|
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,3 +9,9 @@ sys-devel/gcc -pie | |
# Qt-4 will never work with >=icu-59, see bug 618638 and bug 618640 | ||
dev-qt/qtcore:4 icu | ||
dev-qt/qtwebkit:4 icu | ||
|
||
# Ian Stakenvicius <[email protected]> (27 Sep 2017) | ||
# Remove system-icu masks (see base/package.use.mask) | ||
# that prevent the >=icu-59 dependency | ||
>=www-client/chromium-62.0.3202.9 -system-icu | ||
>=www-client/firefox-56.0 -system-icu |