diff options
author | Sven Wegener <swegener@gentoo.org> | 2015-12-31 16:55:31 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2015-12-31 16:56:37 +0000 |
commit | 29a5fdc86ff3dece11c59ee9df23cb2f35ca6e03 (patch) | |
tree | 7d42431cdb0830bed470f6905e3199ec23011ff4 /eclass/mozconfig-v5.31.eclass | |
parent | dev-embedded/urjtag: Remove ftd2xx from release ebuild (diff) | |
download | gentoo-29a5fdc86ff3dece11c59ee9df23cb2f35ca6e03.tar.gz gentoo-29a5fdc86ff3dece11c59ee9df23cb2f35ca6e03.tar.bz2 gentoo-29a5fdc86ff3dece11c59ee9df23cb2f35ca6e03.zip |
Revert "eclass, mozconfig: Use --with-intl-api"
This change wasn't meant to go out.
This reverts commit dcbc1e520d4bfa62381595f5b18eb034eff313d5.
Diffstat (limited to 'eclass/mozconfig-v5.31.eclass')
-rw-r--r-- | eclass/mozconfig-v5.31.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/mozconfig-v5.31.eclass b/eclass/mozconfig-v5.31.eclass index 5d934661ab61..e98ade2eb9fe 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_with system-icu intl-api + mozconfig_use_enable system-icu intl-api mozconfig_use_with system-libvpx } |