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 5B1C6138334 for ; Fri, 16 Aug 2019 01:09:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C842E0C35; Fri, 16 Aug 2019 01:09:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 37EA8E0C35 for ; Fri, 16 Aug 2019 01:09:05 +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 45A8F349C05 for ; Fri, 16 Aug 2019 01:09:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F5B44D4 for ; Fri, 16 Aug 2019 01:09:02 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1565917619.f44d32550861cb25c209ef61dcd7ae1aa230da1f.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/ebuild.sh X-VCS-Directories: bin/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: f44d32550861cb25c209ef61dcd7ae1aa230da1f X-VCS-Branch: master Date: Fri, 16 Aug 2019 01:09:02 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 38839363-9a31-4554-8388-1d6d199e752d X-Archives-Hash: d44e754532c94fcef3538cd118e92810 commit: f44d32550861cb25c209ef61dcd7ae1aa230da1f Author: Zac Medico gentoo org> AuthorDate: Fri Aug 16 01:06:01 2019 +0000 Commit: Zac Medico gentoo org> CommitDate: Fri Aug 16 01:06:59 2019 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=f44d3255 Revert "Generate a QA Notice when EXPORT_FUNCTIONS is called before inherit" This reverts commit 7cb39877b7f6231ce11f1161cf2d3fe42e287b59. Bug: https://bugs.gentoo.org/692262 Signed-off-by: Zac Medico gentoo.org> bin/ebuild.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 56555a5b7..5bd727aed 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -241,14 +241,6 @@ inherit() { ECLASS_DEPTH=$(($ECLASS_DEPTH + 1)) if [[ ${ECLASS_DEPTH} -gt 1 ]]; then debug-print "*** Multiple Inheritence (Level: ${ECLASS_DEPTH})" - - # Since ECLASS_DEPTH > 1, the following variables are locals from the - # previous inherit call in the call stack. - if [[ -n ${ECLASS} && -n ${!__export_funcs_var} ]] ; then - eqawarn "QA Notice: EXPORT_FUNCTIONS is called before inherit in ${ECLASS}.eclass." - eqawarn "For compatibility with <=portage-2.1.6.7, only call EXPORT_FUNCTIONS" - eqawarn "after inherit(s)." - fi fi local -x ECLASS