Gentoo Archives: gentoo-dev

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-dev@l.g.o
Cc: "Ulrich Müller" <ulm@g.o>
Subject: [gentoo-dev] [PATCH 6/8] vcs-snapshot.eclass: Add missing inherit for eqawarn
Date: Sat, 23 Jul 2022 19:22:23
Message-Id: 20220723191945.29962-7-ulm@gentoo.org
In Reply to: [gentoo-dev] [PATCH 0/8] Deprecate eutils.eclass by "Ulrich Müller"
1 Signed-off-by: Ulrich Müller <ulm@g.o>
2 ---
3 eclass/vcs-snapshot.eclass | 3 ++-
4 1 file changed, 2 insertions(+), 1 deletion(-)
5
6 diff --git a/eclass/vcs-snapshot.eclass b/eclass/vcs-snapshot.eclass
7 index 64bc1da040f4..1b7299b92a3b 100644
8 --- a/eclass/vcs-snapshot.eclass
9 +++ b/eclass/vcs-snapshot.eclass
10 @@ -43,7 +43,8 @@
11 # in ${WORKDIR}/${P} and ${WORKDIR}/${P}-otherstuff respectively.
12
13 case ${EAPI} in
14 - 6|7|8) ;;
15 + 6) inherit eqawarn ;;
16 + 7|8) ;;
17 *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
18 esac
19
20 --
21 2.35.1