summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2023-01-02 23:01:36 +0100
committerDavid Seifert <soap@gentoo.org>2023-01-02 23:01:36 +0100
commitfcd16fc1294c51be70c2b384a0f087dba2a9a784 (patch)
treefdfae377d70f653d193dab88621a9995b445d16c
parentvala.eclass: drop EAPI 6 support (diff)
downloadgentoo-fcd16fc1.tar.gz
gentoo-fcd16fc1.tar.bz2
gentoo-fcd16fc1.zip
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@gentoo.org>
-rw-r--r--eclass/vala.eclass3
1 files changed, 1 insertions, 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