diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2016-06-07 16:12:17 -0400 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2016-06-07 22:12:12 -0400 |
commit | b89433318e17e1a431201c39f8e2da993054b9bb (patch) | |
tree | 3a24e77d8ed3054686ddb919268d2ab92c8c08d0 /eclass/mozconfig-v6.45.eclass | |
parent | sys-cluster/torque: introduce v6.0.1 with cgroups support (diff) | |
download | gentoo-b89433318e17e1a431201c39f8e2da993054b9bb.tar.gz gentoo-b89433318e17e1a431201c39f8e2da993054b9bb.tar.bz2 gentoo-b89433318e17e1a431201c39f8e2da993054b9bb.zip |
Mozilla eclass changes for new versions and to improve cross-builds
- mozcoreconf-v4 introduced to centralize toolchain and related build
settings, and improve configuration settings related to toolchain usage.
- mozconfig-v6.45 modified to inherit new mozcoreconf-v4
- mozconfig-v6.47 introduced, also inheriting mozcoreconf-v4
- removed old versions of mozconfig related to mozilla versions no longer
in repo
Diffstat (limited to 'eclass/mozconfig-v6.45.eclass')
-rw-r--r-- | eclass/mozconfig-v6.45.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/mozconfig-v6.45.eclass b/eclass/mozconfig-v6.45.eclass index 7ff0f9d00ee2..e92f7693c198 100644 --- a/eclass/mozconfig-v6.45.eclass +++ b/eclass/mozconfig-v6.45.eclass @@ -27,7 +27,7 @@ case ${EAPI} in ;; esac -inherit flag-o-matic toolchain-funcs mozcoreconf-v3 +inherit flag-o-matic toolchain-funcs mozcoreconf-v4 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_WIFI # @DESCRIPTION: |