Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mozilla:master commit in: eclass/
Date: Thu, 31 Dec 2015 22:06:02
Message-Id: 1451599496.ce121d0fa40119a1aa3b5b2b15905266e566cafe.anarchy@gentoo
1 commit: ce121d0fa40119a1aa3b5b2b15905266e566cafe
2 Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 31 17:07:44 2015 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 31 22:04:56 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=ce121d0f
7
8 eclass, mozconfig: Use --with-intl-api
9
10 Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>
11 Signed-off-by: Jory A. Pratt <anarchy <AT> gentoo.org>
12
13 eclass/mozconfig-v5.31.eclass | 2 +-
14 eclass/mozconfig-v6.38.eclass | 2 +-
15 eclass/mozconfig-v6.39.eclass | 2 +-
16 eclass/mozconfig-v6.41.eclass | 2 +-
17 eclass/mozconfig-v6.42.eclass | 2 +-
18 5 files changed, 5 insertions(+), 5 deletions(-)
19
20 diff --git a/eclass/mozconfig-v5.31.eclass b/eclass/mozconfig-v5.31.eclass
21 index e98ade2..5d93466 100644
22 --- a/eclass/mozconfig-v5.31.eclass
23 +++ b/eclass/mozconfig-v5.31.eclass
24 @@ -213,6 +213,6 @@ mozconfig_config() {
25 mozconfig_use_enable system-sqlite
26 mozconfig_use_with system-jpeg
27 mozconfig_use_with system-icu
28 - mozconfig_use_enable system-icu intl-api
29 + mozconfig_use_with system-icu intl-api
30 mozconfig_use_with system-libvpx
31 }
32
33 diff --git a/eclass/mozconfig-v6.38.eclass b/eclass/mozconfig-v6.38.eclass
34 index ecd4578..f3a07db 100644
35 --- a/eclass/mozconfig-v6.38.eclass
36 +++ b/eclass/mozconfig-v6.38.eclass
37 @@ -235,7 +235,7 @@ mozconfig_config() {
38 mozconfig_use_enable system-sqlite
39 mozconfig_use_with system-jpeg
40 mozconfig_use_with system-icu
41 - mozconfig_use_enable system-icu intl-api
42 + mozconfig_use_with system-icu intl-api
43 mozconfig_use_with system-libvpx
44
45 # Modifications to better support ARM, bug 553364
46
47 diff --git a/eclass/mozconfig-v6.39.eclass b/eclass/mozconfig-v6.39.eclass
48 index b4d149f..7f7d353 100644
49 --- a/eclass/mozconfig-v6.39.eclass
50 +++ b/eclass/mozconfig-v6.39.eclass
51 @@ -235,6 +235,6 @@ mozconfig_config() {
52 mozconfig_use_enable system-sqlite
53 mozconfig_use_with system-jpeg
54 mozconfig_use_with system-icu
55 - mozconfig_use_enable system-icu intl-api
56 + mozconfig_use_with system-icu intl-api
57 mozconfig_use_with system-libvpx
58 }
59
60 diff --git a/eclass/mozconfig-v6.41.eclass b/eclass/mozconfig-v6.41.eclass
61 index b3ee165..25a9471 100644
62 --- a/eclass/mozconfig-v6.41.eclass
63 +++ b/eclass/mozconfig-v6.41.eclass
64 @@ -258,6 +258,6 @@ mozconfig_config() {
65 mozconfig_use_enable system-sqlite
66 mozconfig_use_with system-jpeg
67 mozconfig_use_with system-icu
68 - mozconfig_use_enable system-icu intl-api
69 + mozconfig_use_with system-icu intl-api
70 mozconfig_use_with system-libvpx
71 }
72
73 diff --git a/eclass/mozconfig-v6.42.eclass b/eclass/mozconfig-v6.42.eclass
74 index 1feea38..60413c4 100644
75 --- a/eclass/mozconfig-v6.42.eclass
76 +++ b/eclass/mozconfig-v6.42.eclass
77 @@ -261,7 +261,7 @@ mozconfig_config() {
78 mozconfig_use_enable system-sqlite
79 mozconfig_use_with system-jpeg
80 mozconfig_use_with system-icu
81 - mozconfig_use_enable system-icu intl-api
82 + mozconfig_use_with system-icu intl-api
83 mozconfig_use_with system-libvpx
84
85 # Modifications to better support ARM, bug 553364