Gentoo Archives: gentoo-portage-dev

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-portage-dev@l.g.o
Cc: "Ulrich Müller" <ulm@g.o>
Subject: [gentoo-portage-dev] [PATCH v2 2/2] ebuild.sh: Update QA notice in inherit()
Date: Mon, 30 Aug 2021 06:23:13
Message-Id: 20210830062209.6422-2-ulm@gentoo.org
In Reply to: Re: [gentoo-portage-dev] [PATCH 2/2] ebuild.sh: Update QA notice in inherit() by "Michał Górny"
1 Bug: https://bugs.gentoo.org/399039
2 Signed-off-by: Ulrich Müller <ulm@g.o>
3 ---
4 bin/ebuild.sh | 4 ++--
5 1 file changed, 2 insertions(+), 2 deletions(-)
6
7 diff --git a/bin/ebuild.sh b/bin/ebuild.sh
8 index 1bca2c965..3042e6c8c 100755
9 --- a/bin/ebuild.sh
10 +++ b/bin/ebuild.sh
11 @@ -248,8 +248,8 @@ inherit() {
12 # previous inherit call in the call stack.
13 if [[ -n ${ECLASS} && -n ${!__export_funcs_var} ]] ; then
14 eqawarn "QA Notice: EXPORT_FUNCTIONS is called before inherit in ${ECLASS}.eclass."
15 - eqawarn "For compatibility with <=portage-2.1.6.7, only call EXPORT_FUNCTIONS"
16 - eqawarn "after inherit(s)."
17 + eqawarn "For compatibility with PMS and to avoid breakage with Pkgcore, only call"
18 + eqawarn "EXPORT_FUNCTIONS after inherit(s). Portage behavior may change in future."
19 fi
20 fi
21
22 --
23 2.33.0