From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CB752138334 for ; Thu, 16 Aug 2018 16:49:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A369CE0802; Thu, 16 Aug 2018 16:48:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7CDABE0802 for ; Thu, 16 Aug 2018 16:48:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 76D0E335D57 for ; Thu, 16 Aug 2018 16:48:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF82537A for ; Thu, 16 Aug 2018 16:48:52 +0000 (UTC) From: "Ian Stakenvicius" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Stakenvicius" Message-ID: <1534438034.408e29e61818bc84c435605e725a651eaac77e0f.axs@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: eclass/ X-VCS-Repository: proj/mozilla X-VCS-Files: eclass/mozconfig-v6.52.eclass X-VCS-Directories: eclass/ X-VCS-Committer: axs X-VCS-Committer-Name: Ian Stakenvicius X-VCS-Revision: 408e29e61818bc84c435605e725a651eaac77e0f X-VCS-Branch: master Date: Thu, 16 Aug 2018 16:48:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 76e4fa10-999c-4f51-acce-14bede9b56f9 X-Archives-Hash: acc3d6dd2ea4ac727b91a0e275337988 commit: 408e29e61818bc84c435605e725a651eaac77e0f Author: Ian Stakenvicius gentoo org> AuthorDate: Thu Aug 16 16:47:14 2018 +0000 Commit: Ian Stakenvicius gentoo 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: