commit: 5ec443ed7dab583f3c654ee81fff563cbda5a9d4 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Mon Aug 30 06:22:12 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Sep 3 11:32:12 2021 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=5ec443ed
ebuild.sh: Update QA notice in inherit() Bug: https://bugs.gentoo.org/399039 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> bin/ebuild.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 1bca2c965..3042e6c8c 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -248,8 +248,8 @@ inherit() { # 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)." + eqawarn "For compatibility with PMS and to avoid breakage with Pkgcore, only call" + eqawarn "EXPORT_FUNCTIONS after inherit(s). Portage behavior may change in future." fi fi
