* Both eclasses are not used by vala.eclass. * Any ebuilds relying on the transitive inherit should be fixed instead.
Signed-off-by: David Seifert <[email protected]> --- eclass/vala.eclass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eclass/vala.eclass b/eclass/vala.eclass index 22407197042..20bf00ebd8b 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 -- 2.39.0
