summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2015-12-31 11:07:44 -0600
committerJory A. Pratt <anarchy@gentoo.org>2015-12-31 16:06:05 -0600
commit7e415ffa44dcc55681d8a09aaf276483453c451f (patch)
treef9702313b9490ed84ed773c5c549671db4fab329 /eclass
parentgames-strategy/galaxyhack: more use deps (bug #570404) (diff)
downloadgentoo-7e415ffa44dcc55681d8a09aaf276483453c451f.tar.gz
gentoo-7e415ffa44dcc55681d8a09aaf276483453c451f.tar.bz2
gentoo-7e415ffa44dcc55681d8a09aaf276483453c451f.zip
eclass, mozconfig: Use --with-intl-api
Signed-off-by: Sven Wegener <swegener@gentoo.org> Signed-off-by: Jory A. Pratt <anarchy@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/mozconfig-v5.31.eclass2
-rw-r--r--eclass/mozconfig-v6.38.eclass2
-rw-r--r--eclass/mozconfig-v6.39.eclass2
-rw-r--r--eclass/mozconfig-v6.41.eclass2
-rw-r--r--eclass/mozconfig-v6.42.eclass2
5 files changed, 5 insertions, 5 deletions
diff --git a/eclass/mozconfig-v5.31.eclass b/eclass/mozconfig-v5.31.eclass
index e98ade2eb9fe..5d934661ab61 100644
--- a/eclass/mozconfig-v5.31.eclass
+++ b/eclass/mozconfig-v5.31.eclass
@@ -213,6 +213,6 @@ mozconfig_config() {
mozconfig_use_enable system-sqlite
mozconfig_use_with system-jpeg
mozconfig_use_with system-icu
- mozconfig_use_enable system-icu intl-api
+ mozconfig_use_with system-icu intl-api
mozconfig_use_with system-libvpx
}
diff --git a/eclass/mozconfig-v6.38.eclass b/eclass/mozconfig-v6.38.eclass
index ecd4578c082c..f3a07dbe62a9 100644
--- a/eclass/mozconfig-v6.38.eclass
+++ b/eclass/mozconfig-v6.38.eclass
@@ -235,7 +235,7 @@ mozconfig_config() {
mozconfig_use_enable system-sqlite
mozconfig_use_with system-jpeg
mozconfig_use_with system-icu
- mozconfig_use_enable system-icu intl-api
+ mozconfig_use_with system-icu intl-api
mozconfig_use_with system-libvpx
# Modifications to better support ARM, bug 553364
diff --git a/eclass/mozconfig-v6.39.eclass b/eclass/mozconfig-v6.39.eclass
index b4d149f6a50c..7f7d3533e395 100644
--- a/eclass/mozconfig-v6.39.eclass
+++ b/eclass/mozconfig-v6.39.eclass
@@ -235,6 +235,6 @@ mozconfig_config() {
mozconfig_use_enable system-sqlite
mozconfig_use_with system-jpeg
mozconfig_use_with system-icu
- mozconfig_use_enable system-icu intl-api
+ mozconfig_use_with system-icu intl-api
mozconfig_use_with system-libvpx
}
diff --git a/eclass/mozconfig-v6.41.eclass b/eclass/mozconfig-v6.41.eclass
index b3ee16532b2a..25a94718a411 100644
--- a/eclass/mozconfig-v6.41.eclass
+++ b/eclass/mozconfig-v6.41.eclass
@@ -258,6 +258,6 @@ mozconfig_config() {
mozconfig_use_enable system-sqlite
mozconfig_use_with system-jpeg
mozconfig_use_with system-icu
- mozconfig_use_enable system-icu intl-api
+ mozconfig_use_with system-icu intl-api
mozconfig_use_with system-libvpx
}
diff --git a/eclass/mozconfig-v6.42.eclass b/eclass/mozconfig-v6.42.eclass
index 1feea383d844..60413c418a49 100644
--- a/eclass/mozconfig-v6.42.eclass
+++ b/eclass/mozconfig-v6.42.eclass
@@ -261,7 +261,7 @@ mozconfig_config() {
mozconfig_use_enable system-sqlite
mozconfig_use_with system-jpeg
mozconfig_use_with system-icu
- mozconfig_use_enable system-icu intl-api
+ mozconfig_use_with system-icu intl-api
mozconfig_use_with system-libvpx
# Modifications to better support ARM, bug 553364