diff --git a/eclass/mozconfig-v5.31.eclass b/eclass/mozconfig-v5.31.eclass index e98ade2eb9fe3..5d934661ab613 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-v5.34.eclass b/eclass/mozconfig-v5.34.eclass index aa739660f17ed..8fc6a65a912be 100644 --- a/eclass/mozconfig-v5.34.eclass +++ b/eclass/mozconfig-v5.34.eclass @@ -227,6 +227,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-v5.36.eclass b/eclass/mozconfig-v5.36.eclass index d86fe55cc8ed8..faf7ce84158ad 100644 --- a/eclass/mozconfig-v5.36.eclass +++ b/eclass/mozconfig-v5.36.eclass @@ -227,6 +227,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-v5.38.eclass b/eclass/mozconfig-v5.38.eclass index 2882b8bd16395..d30c861ea9f3e 100644 --- a/eclass/mozconfig-v5.38.eclass +++ b/eclass/mozconfig-v5.38.eclass @@ -226,6 +226,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 ecd4578c082cd..f3a07dbe62a94 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 b4d149f6a50ce..7f7d3533e3957 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.40.eclass b/eclass/mozconfig-v6.40.eclass index f763a3400ee8f..768c78c43da6d 100644 --- a/eclass/mozconfig-v6.40.eclass +++ b/eclass/mozconfig-v6.40.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.41.eclass b/eclass/mozconfig-v6.41.eclass index b3ee16532b2a7..25a94718a411a 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 1feea383d844a..60413c418a496 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