commit:     408e29e61818bc84c435605e725a651eaac77e0f
Author:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 16 16:47:14 2018 +0000
Commit:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
CommitDate: Thu Aug 16 16:47:14 2018 +0000
URL:        https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=408e29e6

mozconfig-v6.52.eclass: inherit mozcoreconf-v5 not v6

Gentoo repo inherits mozcoreconf-v5, and v6 is meant for mozilla-60 and above.
Make it match in mozilla-overlay as well

Bug: http://bugs.gentoo.org/663790

 eclass/mozconfig-v6.52.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/mozconfig-v6.52.eclass b/eclass/mozconfig-v6.52.eclass
index eb5273a..8dbb55f 100644
--- a/eclass/mozconfig-v6.52.eclass
+++ b/eclass/mozconfig-v6.52.eclass
@@ -26,7 +26,7 @@ case ${EAPI} in
                ;;
 esac
 
-inherit flag-o-matic toolchain-funcs mozcoreconf-v6
+inherit flag-o-matic toolchain-funcs mozcoreconf-v5
 
 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_WIFI
 # @DESCRIPTION:

Reply via email to