aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/ebuild.sh8
1 files changed, 0 insertions, 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