diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-02-12 02:20:28 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-02-12 02:23:35 +0100 |
commit | 168cbc2f264cdefc17050925183d1b0e56129dda (patch) | |
tree | ca01d0f776e8dfeae07fbbbff9faee6269e5a723 /eclass | |
parent | app-backup/borgbackup: 1.1.8 stable on amd64 and x86 (diff) | |
download | gentoo-168cbc2f264cdefc17050925183d1b0e56129dda.tar.gz gentoo-168cbc2f264cdefc17050925183d1b0e56129dda.tar.bz2 gentoo-168cbc2f264cdefc17050925183d1b0e56129dda.zip |
mozconfig-v6.60.eclass: set correct update channel for ESR versions
Closes: https://bugs.gentoo.org/677722
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mozconfig-v6.60.eclass | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/eclass/mozconfig-v6.60.eclass b/eclass/mozconfig-v6.60.eclass index 083b0cd7e613..b090218ac814 100644 --- a/eclass/mozconfig-v6.60.eclass +++ b/eclass/mozconfig-v6.60.eclass @@ -221,6 +221,11 @@ mozconfig_config() { # Must pass release in order to properly select linker mozconfig_annotate 'Enable by Gentoo' --enable-release + # Set correct update channel, bug 677722 + if [[ -n "${MOZ_ESR}" ]] ; then + mozconfig_annotate 'set update channel to ESR' --enable-update-channel=esr + fi + # Avoid auto-magic on linker if use clang ; then # This is upstream's default |