Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Mon, 02 Jan 2023 22:02:23
Message-Id: 1672696896.fcd16fc1294c51be70c2b384a0f087dba2a9a784.soap@gentoo
1 commit: fcd16fc1294c51be70c2b384a0f087dba2a9a784
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 2 22:01:36 2023 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 2 22:01:36 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcd16fc1
7
8 vala.eclass: drop eutils/multilib inherit
9
10 * Both eclasses are not used by vala.eclass.
11 * Any ebuilds relying on the transitive inherit should be fixed instead.
12
13 Signed-off-by: David Seifert <soap <AT> gentoo.org>
14
15 eclass/vala.eclass | 3 +--
16 1 file changed, 1 insertion(+), 2 deletions(-)
17
18 diff --git a/eclass/vala.eclass b/eclass/vala.eclass
19 index 224071970422..20bf00ebd8bc 100644
20 --- a/eclass/vala.eclass
21 +++ b/eclass/vala.eclass
22 @@ -15,8 +15,7 @@
23 # executables, pkgconfig files, etc., which Gentoo does not provide.
24
25 case ${EAPI} in
26 - 7) inherit eutils multilib ;;
27 - 8) ;;
28 + 7|8) ;;
29 *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
30 esac