Gentoo Archives: gentoo-dev

From: David Seifert <soap@g.o>
To: gentoo-dev@l.g.o
Cc: David Seifert <soap@g.o>
Subject: [gentoo-dev] [PATCH 2/2] vala.eclass: drop eutils/multilib inherit
Date: Sun, 01 Jan 2023 16:52:12
Message-Id: 20230101165133.1684618-2-soap@gentoo.org
In Reply to: [gentoo-dev] [PATCH 1/2] vala.eclass: drop EAPI 6 support by David Seifert
1 * Both eclasses are not used by vala.eclass.
2 * Any ebuilds relying on the transitive inherit should be fixed instead.
3
4 Signed-off-by: David Seifert <soap@g.o>
5 ---
6 eclass/vala.eclass | 3 +--
7 1 file changed, 1 insertion(+), 2 deletions(-)
8
9 diff --git a/eclass/vala.eclass b/eclass/vala.eclass
10 index 22407197042..20bf00ebd8b 100644
11 --- a/eclass/vala.eclass
12 +++ b/eclass/vala.eclass
13 @@ -15,8 +15,7 @@
14 # executables, pkgconfig files, etc., which Gentoo does not provide.
15
16 case ${EAPI} in
17 - 7) inherit eutils multilib ;;
18 - 8) ;;
19 + 7|8) ;;
20 *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
21 esac
22
23 --
24 2.39.0