commit: fcd16fc1294c51be70c2b384a0f087dba2a9a784
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 2 22:01:36 2023 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Jan 2 22:01:36 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcd16fc1
vala.eclass: drop eutils/multilib inherit
* Both eclasses are not used by vala.eclass.
* Any ebuilds relying on the transitive inherit should be fixed instead.
Signed-off-by: David Seifert <soap <AT> gentoo.org>
eclass/vala.eclass | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/eclass/vala.eclass b/eclass/vala.eclass
index 224071970422..20bf00ebd8bc 100644
--- a/eclass/vala.eclass
+++ b/eclass/vala.eclass
@@ -15,8 +15,7 @@
# executables, pkgconfig files, etc., which Gentoo does not provide.
case ${EAPI} in
- 7) inherit eutils multilib ;;
- 8) ;;
+ 7|8) ;;
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
esac