Gentoo Archives: gentoo-commits

From: Sven Wegener <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Thu, 31 Dec 2015 16:23:41
Message-Id: 1451578063.dcbc1e520d4bfa62381595f5b18eb034eff313d5.swegener@gentoo
1 commit: dcbc1e520d4bfa62381595f5b18eb034eff313d5
2 Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 23 09:19:47 2015 +0000
4 Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 31 16:07:43 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcbc1e52
7
8 eclass, mozconfig: Use --with-intl-api
9
10 Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>
11
12 eclass/mozconfig-v5.31.eclass | 2 +-
13 eclass/mozconfig-v5.34.eclass | 2 +-
14 eclass/mozconfig-v5.36.eclass | 2 +-
15 eclass/mozconfig-v5.38.eclass | 2 +-
16 eclass/mozconfig-v6.38.eclass | 2 +-
17 eclass/mozconfig-v6.39.eclass | 2 +-
18 eclass/mozconfig-v6.40.eclass | 2 +-
19 eclass/mozconfig-v6.41.eclass | 2 +-
20 eclass/mozconfig-v6.42.eclass | 2 +-
21 9 files changed, 9 insertions(+), 9 deletions(-)
22
23 diff --git a/eclass/mozconfig-v5.31.eclass b/eclass/mozconfig-v5.31.eclass
24 index e98ade2..5d93466 100644
25 --- a/eclass/mozconfig-v5.31.eclass
26 +++ b/eclass/mozconfig-v5.31.eclass
27 @@ -213,6 +213,6 @@ mozconfig_config() {
28 mozconfig_use_enable system-sqlite
29 mozconfig_use_with system-jpeg
30 mozconfig_use_with system-icu
31 - mozconfig_use_enable system-icu intl-api
32 + mozconfig_use_with system-icu intl-api
33 mozconfig_use_with system-libvpx
34 }
35
36 diff --git a/eclass/mozconfig-v5.34.eclass b/eclass/mozconfig-v5.34.eclass
37 index aa73966..8fc6a65 100644
38 --- a/eclass/mozconfig-v5.34.eclass
39 +++ b/eclass/mozconfig-v5.34.eclass
40 @@ -227,6 +227,6 @@ mozconfig_config() {
41 mozconfig_use_enable system-sqlite
42 mozconfig_use_with system-jpeg
43 mozconfig_use_with system-icu
44 - mozconfig_use_enable system-icu intl-api
45 + mozconfig_use_with system-icu intl-api
46 mozconfig_use_with system-libvpx
47 }
48
49 diff --git a/eclass/mozconfig-v5.36.eclass b/eclass/mozconfig-v5.36.eclass
50 index d86fe55..faf7ce8 100644
51 --- a/eclass/mozconfig-v5.36.eclass
52 +++ b/eclass/mozconfig-v5.36.eclass
53 @@ -227,6 +227,6 @@ mozconfig_config() {
54 mozconfig_use_enable system-sqlite
55 mozconfig_use_with system-jpeg
56 mozconfig_use_with system-icu
57 - mozconfig_use_enable system-icu intl-api
58 + mozconfig_use_with system-icu intl-api
59 mozconfig_use_with system-libvpx
60 }
61
62 diff --git a/eclass/mozconfig-v5.38.eclass b/eclass/mozconfig-v5.38.eclass
63 index 2882b8b..d30c861 100644
64 --- a/eclass/mozconfig-v5.38.eclass
65 +++ b/eclass/mozconfig-v5.38.eclass
66 @@ -226,6 +226,6 @@ mozconfig_config() {
67 mozconfig_use_enable system-sqlite
68 mozconfig_use_with system-jpeg
69 mozconfig_use_with system-icu
70 - mozconfig_use_enable system-icu intl-api
71 + mozconfig_use_with system-icu intl-api
72 mozconfig_use_with system-libvpx
73 }
74
75 diff --git a/eclass/mozconfig-v6.38.eclass b/eclass/mozconfig-v6.38.eclass
76 index ecd4578..f3a07db 100644
77 --- a/eclass/mozconfig-v6.38.eclass
78 +++ b/eclass/mozconfig-v6.38.eclass
79 @@ -235,7 +235,7 @@ mozconfig_config() {
80 mozconfig_use_enable system-sqlite
81 mozconfig_use_with system-jpeg
82 mozconfig_use_with system-icu
83 - mozconfig_use_enable system-icu intl-api
84 + mozconfig_use_with system-icu intl-api
85 mozconfig_use_with system-libvpx
86
87 # Modifications to better support ARM, bug 553364
88
89 diff --git a/eclass/mozconfig-v6.39.eclass b/eclass/mozconfig-v6.39.eclass
90 index b4d149f..7f7d353 100644
91 --- a/eclass/mozconfig-v6.39.eclass
92 +++ b/eclass/mozconfig-v6.39.eclass
93 @@ -235,6 +235,6 @@ mozconfig_config() {
94 mozconfig_use_enable system-sqlite
95 mozconfig_use_with system-jpeg
96 mozconfig_use_with system-icu
97 - mozconfig_use_enable system-icu intl-api
98 + mozconfig_use_with system-icu intl-api
99 mozconfig_use_with system-libvpx
100 }
101
102 diff --git a/eclass/mozconfig-v6.40.eclass b/eclass/mozconfig-v6.40.eclass
103 index f763a34..768c78c 100644
104 --- a/eclass/mozconfig-v6.40.eclass
105 +++ b/eclass/mozconfig-v6.40.eclass
106 @@ -258,6 +258,6 @@ mozconfig_config() {
107 mozconfig_use_enable system-sqlite
108 mozconfig_use_with system-jpeg
109 mozconfig_use_with system-icu
110 - mozconfig_use_enable system-icu intl-api
111 + mozconfig_use_with system-icu intl-api
112 mozconfig_use_with system-libvpx
113 }
114
115 diff --git a/eclass/mozconfig-v6.41.eclass b/eclass/mozconfig-v6.41.eclass
116 index b3ee165..25a9471 100644
117 --- a/eclass/mozconfig-v6.41.eclass
118 +++ b/eclass/mozconfig-v6.41.eclass
119 @@ -258,6 +258,6 @@ mozconfig_config() {
120 mozconfig_use_enable system-sqlite
121 mozconfig_use_with system-jpeg
122 mozconfig_use_with system-icu
123 - mozconfig_use_enable system-icu intl-api
124 + mozconfig_use_with system-icu intl-api
125 mozconfig_use_with system-libvpx
126 }
127
128 diff --git a/eclass/mozconfig-v6.42.eclass b/eclass/mozconfig-v6.42.eclass
129 index 1feea38..60413c4 100644
130 --- a/eclass/mozconfig-v6.42.eclass
131 +++ b/eclass/mozconfig-v6.42.eclass
132 @@ -261,7 +261,7 @@ mozconfig_config() {
133 mozconfig_use_enable system-sqlite
134 mozconfig_use_with system-jpeg
135 mozconfig_use_with system-icu
136 - mozconfig_use_enable system-icu intl-api
137 + mozconfig_use_with system-icu intl-api
138 mozconfig_use_with system-libvpx
139
140 # Modifications to better support ARM, bug 553364